Skip to content
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

Closed
stevefaulkner opened this issue Mar 31, 2017 · 10 comments
Labels

Comments

@stevefaulkner
Copy link
Contributor

works fine in IE 11 not in firefox or chrome

@stevefaulkner stevefaulkner assigned ghost Mar 31, 2017
@stevefaulkner stevefaulkner changed the title empty tree view and code view in Firefox 52 and chrome 56 on windows 10 empty tree view and code view in Firefox 52 and chrome 56 on windows 10 64 bit Mar 31, 2017
@patrickhlauke
Copy link
Contributor

hmm, seems to work for me in Chrome 57/Win 10/64bit

captureav

howver yes, in firefox i get a treeview with "" in it

captureavfx

@ghost
Copy link

ghost commented May 2, 2017

I got the following return values.
Chrome(get_innerHTML function) returned failure code: 0x80004001(E_NOTIMPL)
Firefox(get_accChild function) returned failure code: 0x80070057(E_INVALIDARG)

And, I used and tried an old version of Firefox.
Firefox 50.0.2: S_OK
Firefox 51.0.1 and 53.0: E_INVALIDARG
Could you ask the mozilla team about this result of Firefox?

@stevefaulkner
Copy link
Contributor Author

@jun325 I have asked 2 friends who are Mozilla acc engineers.

@stevefaulkner
Copy link
Contributor Author

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

@stevefaulkner
Copy link
Contributor Author

@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.

@dbolter
Copy link

dbolter commented May 25, 2017

Will the alternative method work for you?

ghost pushed a commit that referenced this issue May 29, 2017
@ghost
Copy link

ghost commented May 29, 2017

Thanks @stevefaulkner
I have just uploaded the new version. 225fb63

@patrickhlauke
Copy link
Contributor

225fb63 does indeed fix this (tested in Win10)

@matatk
Copy link

matatk commented Jan 16, 2018

On Chrome 63 on Windows 10, the tree is populated, but the HTML code isn't.

@ghost
Copy link

ghost commented Feb 1, 2018

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).
Please see the screenshot below.
ss1

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

No branches or pull requests

4 participants