-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Javascipt: Submit/Export Form action doesn't work in Firefox #13266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
@Snuffleupagus Thanks for your response. So, does that mean that the functions/APIs "exportAsXFDF" and "submitForm" have not been implemented yet and I cannot use it? Thanks |
@calixteman maybe we should show a message saying something like "This action is not supported"? |
For now there are no plan to support |
Is this something on the roadmap? Or is it a design choice to not support network functions? |
We need to see with security team if there are any concerns to implement functions involving network. |
From my point of view implementing network functions should be a no-go. PDF should be used for what it was made for: transferring static content between systems. PDF format was bloated in the past with lots of senseless functions like interactivity, dynamic content like flash or video, scripting etc. Like many of Adobes ideas, this introduced lots of security flaws and ruined the usability for the original purpose. Implementing above mentioned things into PDF aim eventually in making a second, parallel "standard" concurring to the possibilities of HTML. This is a conceptual problem per se. People who miss interactivity in PDFs, transferring data to externals severs, linking external content, video etc. should answer the question why the do not use HTML for things like that. In my opinion, for tasks like the above, PDF is the wrong tool. Mozilla should NOT support establishing concurring standards and NOT support using the wrong tools for the wrong task by the price of ruining usability, security and privacy. |
Attach (recommended) or Link to PDF file here:
Sample PDF.pdf
Configuration:
Steps to reproduce the problem:
What is the expected behavior? (add screenshot)
Clicking Submit should submit form data to the URL specified. (in this case, google.com)
Clicking export button should pop up a window to ask user to save the file.
What went wrong? (add screenshot)
Clicking them doesn't perform the respective action of Submit or Export.
Link to a viewer (if hosted on a site other than mozilla.github.io/pdf.js or as Firefox/Chrome extension):
The text was updated successfully, but these errors were encountered: