-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix unknown filename when exporting charts using new versions of Safari #5838
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
…ri, and it appears that recent versions may not need it
Fix Safari Download
test/jasmine/tests/download_test.js
Outdated
|
||
it('should produce right output in Safari', function(done) { | ||
/* | ||
it('should produce right output in Old Safari', function(done) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want to keep these commented-out tests around? Unless you want to try and mock canUseSaveLink===false
- which I don't really think is worth it at this point - I'd just delete them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 after doing something with the obsolete tests.
✨ works for me on Safari 13. |
Closes #1227.
Follow up for PR #5609 thanks to @rlreamy
@plotly/plotly_js