Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Internet Explorer "details" view, XPathResult is undefined #70

Open
danielweck opened this issue Jul 13, 2014 · 3 comments
Open

Internet Explorer "details" view, XPathResult is undefined #70

danielweck opened this issue Jul 13, 2014 · 3 comments

Comments

@danielweck
Copy link
Member

library -> details button click => infinite progress, console says "XPathResult is undefined"

Original Bugzilla:
https://app.devzing.com/Readium/bugzilla/show_bug.cgi?id=56

@danielweck
Copy link
Member Author

@danielweck
Copy link
Member Author

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'

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

@danielweck
Copy link
Member Author

Pull Request: #285

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants