-
Notifications
You must be signed in to change notification settings - Fork 20
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
empty tree view and code view in Firefox 52 and chrome 56 on windows 10 64 bit #26
Comments
I got the following return values. And, I used and tried an old version of Firefox. |
@jun325 I have asked 2 friends who are Mozilla acc engineers. |
filed a bug on firefox after discussion with Alex and marco https://bugzilla.mozilla.org/show_bug.cgi?id=1363026 found there is same issue with inspect.exe |
@jun325 can you review this comment on the Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1363026#c8 They have marked as wontfix and described an alternative method for accessing the information. |
Will the alternative method work for you? |
Thanks @stevefaulkner |
225fb63 does indeed fix this (tested in Win10) |
On Chrome 63 on Windows 10, the tree is populated, but the HTML code isn't. |
When I was investigating the cause of this issue, I found this source code(https://cs.chromium.org/chromium/src/content/browser/accessibility/browser_accessibility_com_win.cc?l=1381), and I tested HTML5+Mathml(https://www.tutorialspoint.com/html5/html5_mathml.htm). |
works fine in IE 11 not in firefox or chrome
The text was updated successfully, but these errors were encountered: