-
Notifications
You must be signed in to change notification settings - Fork 142
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
IE Edge IgeDontSheet JSON parse error #457
Comments
Same error in IE9, IE10 and IE11. |
If anyone else experience the same problem, you can temporality get around it by passing the hardcoded object instead of the jsonString
|
This is a really weird bug, especially because when I coded this stuff, it was tested against IE9. I'll take a look on the appCore branch and see if we can fix it there. If so I'll do a back merge to stable. |
#Something wierd is happening when decoding the font sheet in the
_decode
method in IgeFontSheet.js, using IE Edge on Win 8.1.The return value jsonString on row 85 after the JSON.parse returns this jibbish:
instead of this:
The font sheet is generated trough the font sheet generator. Here's a censured (but working in Chrome) fontsheet:

Also tried with the example font sheets: eater_26pt.png, verdana_10pt.png, but gets the same error.
The text was updated successfully, but these errors were encountered: