-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
NVDA with IE doesn't render visible descendants of hidden elements #2097
Comments
Comment 1 by briang1 on 2012-02-09 17:42 On Windows XP I get the following results. In Firefox 3.6 the e command fails as described, but succeeds in Firefox 11. No errors are produced in either case. In IE 8, not only does the E command fail, but when you tab to the fields, the error below is produced with a roughly50/50 chance of IE terminating itself as in the log fragment. Speaking ('en_UK'), u'lei\xf0arkerfi vefsins', u'link' I used a current snapshot for the above tests. Changes: |
Comment 2 by briang1 on 2012-02-09 18:44 Its not very friendly nonetheless! |
Comment 3 by Wildebrew on 2012-02-09 20:53 |
Comment 4 by jteh on 2012-02-09 22:26 I'm not sure why this would affect Firefox 3.6, but I'm going to ignore this for the moment unless anyone desperately wants it fixed, in which case we'll file a separate ticket. Hopefully, we can start recommending users move away from Firefox 3.6 some day soon, at which point it'll be irrelevant. |
Comment 6 by jteh on 2012-02-09 22:30 <div style="visibility: hidden">
<p style="visibility: visible">Visible text</p>
</div> The line above this should say "Visible text". If it doesn't, you're seeing the bug. |
Comment 7 by jteh on 2012-02-09 22:59 |
Comment 8 by briang1 on 2012-02-10 05:25 |
Comment 9 by mdcurran on 2012-10-09 23:57 |
Reported by Wildebrew on 2012-02-09 14:55
It appears that NVDA does not recognize edit fields in IE9 if the fields are siwhin a layout table.
To reproduce this go to: http://hbleit.bbi.is/Account/Login.aspx
and try to use the "e" button to find the next edit field (there are two, kennitala = social security number, and lykilorð = password). Using the tab key will get you there and using Firefox this works 100%.
Same with Jaws and IE, works fine.
If in NVDa 2011.3 on this page, trying to use the "e" key the announcement "no more edit fields" is read.
My guess is that this has something to do with the edit fields residing inside a layout table, but this html code seems pretty straight forward, so it appears likely that there are lots of similar pages out there where NVDA does not behave as expected.
Thanks for a great product.
The text was updated successfully, but these errors were encountered: