-
Notifications
You must be signed in to change notification settings - Fork 210
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
Can not open with IE and file:// #192
Comments
also in IE 10 |
@yyjdelete I'm afraid that has nothing to do with |
Maybe you are right. Found in pjax.handleClasses |
Reproduced. I think @yyjdelete's fix is correct. |
|
YUIDoc@0.3.46 using YUI@3.9.1 with NodeJS@0.10.22
themes: default
Tested in IE 11, local javascript and etc is allowed.
1.open the doc with file://
2.Open a class and then any link in "Item Index"
3.The three table and content disappeared with a Exception
SCRIPT5007: unable to get undefined or null referenced property "getById"
file: apidocs.js, line: 228, col: 5
The full call stack is
When using with non-IE browser or http://, there is no problem.
The text was updated successfully, but these errors were encountered: