-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Unsupported pdf notification message buttons not working anymore if canceling print/save action #12284
Comments
Huh, those changes really cannot be responsible for the problem described here...
... note how these errors mention files not even found in this repository, but only found in mozilla-central. |
As it turns out, it's actually very easy to determine that the above isn't relevant and that it's rather an older and more general problem. Steps to reproduce:
Here you'll notice the same error message, as mentioned above, in the browser-console for a document without forms. |
Does this have something to do with #12285 or is that unrelated? |
Unfortunately it's unrelated, since the errors mentioned above happens on browser-side (and in the parent process nonetheless, rather than in the content process); I'd even expect that the issue reported here has been around since basically forever. |
This is actually a (forward) duplicate of #12305, which was fixed a while back! |
Affected versions
Affected platforms
Steps to reproduce
Open With Different Viewer
orX
button from the yellow notification barExpected result
Actual result
Regression range
Additional notes
InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable PdfjsParent.jsm:276:12
Uncaught DOMException: An attempt was made to use an object that is not, or is no longer, usable PdfjsParent.jsm:276
Suggested severity
The text was updated successfully, but these errors were encountered: