We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
library -> details button click => infinite progress, console says "XPathResult is undefined"
Original Bugzilla: https://app.devzing.com/Readium/bugzilla/show_bug.cgi?id=56
The text was updated successfully, but these errors were encountered:
Suggested fix: migrate from Jath to https://github.com/ilinsky/jquery-xpath or https://code.google.com/p/wicked-good-xpath/
Sorry, something went wrong.
Note that even after fixing the IE browser sniffing using:
if(window.navigator.userAgent.indexOf("Trident") >= 0 || navigator.userAgent.indexOf("MSIE") >= 0 || typeof WScript != "undefined" ) { m_browser = 'msie'; }
https://github.com/dnewcome/jath/blob/master/jath.js#L17
...there is still a fatal error: Object doesn't support property or method 'setProperty'
Object doesn't support property or method 'setProperty'
For more information about Jath issues in IE (including lack of support for prefixed XML namespaces), see: dnewcome/jath#20 and dnewcome/jath#2 and dnewcome/jath#17
Pull Request: #285
No branches or pull requests
library -> details button click => infinite progress, console says "XPathResult is undefined"
Original Bugzilla:
https://app.devzing.com/Readium/bugzilla/show_bug.cgi?id=56
The text was updated successfully, but these errors were encountered: