-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Data: Use a PDF object instead of a Java applet for acceptData testing #2028
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
Conversation
This should fix "Java out of date" errors on BrowserStack. Fixes jquerygh-1938 Closes jquerygh-2028
So always BrowserStack pre-installs the PDF viewer on IE? If so then this is a good solution, at least until Adobe desupports that. 😄 |
This is BRILLIANT!
|
At least it does so on IE9 & IE8. :) Credits to @gibson042 for the idea! |
LGTM 👍 |
This should fix "Java out of date" errors on BrowserStack. Fixes jquerygh-1938 Closes jquerygh-2028
BrowserStack regularly has outdated Java in their IE instances causing our data tests to hang & give no output. Skip the tests that create applets, applets are treated in the same way as an embed elements which we're already testing. (partially cherry-picked from a4a18e8) Fixes gh-1938 Refs gh-2028 Refs gh-2166
This should fix "Java out of date" errors on BrowserStack.
Fixes gh-1938