New issue 65446 by wbustraan: Please implement form submit in internal PDF
viewer.
http://code.google.com/p/chromium/issues/detail?id=65446
Chrome Version : 8.0.552.215
URLs (if applicable) : http://prototype.d1mg.com/pdftest/search-post.pdf
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 5: OK (with Adobe Reader plugin)
Firefox 3.x: OK (with Adobe Reader plugin)
IE 7/8: OK (with Adobe Reader plugin)
What steps will reproduce the problem?
1. Go to form with submit button (you may use
http://prototype.d1mg.com/pdftest/search-post.pdf)
2. Enter data in the text box.
3. Click the submit button.
What is the expected result?
The browser should submit data as application/x-www-form-urlencoded to the
URL specified in the submit button
(http://prototype.d1mg.com/pdftest/dump-post.php in the example)
What happens instead?
There is no effect when using the new internal PDF viewer.
Don't get me wrong, I love the new PDF internal viewer, but this will break
any site that relies on this functionality. I know that the internal viewer
can be disabled, but we don't really want to have to tell our users to do
that, since the internal viewer is so fast.
AcroForms are part of the PDF 1.2 standard, it should be supported.
I work for a company that has set up thousands of submittable PDF forms for
clients in the last several years. With the growing popularity of this
browser and its inability to process forms properly, the frustration our
clients face continues to increase. We are working resolve issues on a
case-by-case which essentially require using other methods, but this is not
something we can implement all-at-once for every client. If the PDF Viewer
had the ability to properly submit PDF forms, this would save a lot of
frustration.
Granted, the same problem exists in Safari's built in PDF Viewer for Apple
computers. The popularity of Safari does not appear to be growing as vastly
as Chrome.
We have the same problem (with Mac also as a previous comment stated). The
simplest solution may be to implement a tiny piece of javascript
functionality and allow us to use:
app.viewerType
app.alert
app.viewerType would be set to something like "Chrome Plug-in" and
app.alert would allow us to display a message letting the user know that
for this particular PDF you need to open it in Acrobat.