Closed
Bug 1275210
Opened 9 years ago
Closed 9 years ago
slidr.io needs to upgrade its pdf.js version
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marcosc, Unassigned)
References
()
Details
(Whiteboard: [country-all][sitewait])
This site doesn't load worker script (throws security error), but other browser load:
https://slidr.io/vakila/learning-functional-programming-with-javascript#1
| Reporter | ||
Updated•9 years ago
|
| Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
Version: unspecified → 49 Branch
| Reporter | ||
Comment 1•9 years ago
|
||
I guess this is a web compat issue... no idea where to file it... oh, hai mike lols!!! :)
Flags: needinfo?(miket)
Comment 2•9 years ago
|
||
AFAICT the site is trying to run a cross-origin worker script. This won't work.
Pdf.js had a bug where it was not listening for the worker.onerror handler. It assumed a synchronous exception if the script failed to load. This was fixed in:
https://github.com/mozilla/pdf.js/pull/7107
So the site needs to be updated to the new version of pdf.js. See bug 1260961 for more discussion.
Comment 3•9 years ago
|
||
(In reply to Marcos Caceres [:marcosc] from comment #1)
> I guess this is a web compat issue... no idea where to file it... oh, hai
> mike lols!!! :)
Heh, moving it to Tech Evangelism works. :)
And thanks Ben for analysis.
Component: DOM: Security → Desktop
Flags: needinfo?(miket)
Product: Core → Tech Evangelism
Whiteboard: [country-all][contactready]
Version: 49 Branch → Firefox 49
Updated•9 years ago
|
Summary: Site won't load worker script → slidr.io needs to upgrade its pdf.js version
Comment 4•9 years ago
|
||
Whiteboard: [country-all][contactready] → [country-all][sitewait]
Comment 5•9 years ago
|
||
This is fixed!
http://twitter.com/slidrio/status/754970031721738240
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•