-
-
Notifications
You must be signed in to change notification settings - Fork 642
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
Firefox and IE (but not Chrome) "remember" last tab order even after hard refresh, but only with NVDA running. #4386
Comments
Comment 1 by jteh on 2014-08-13 12:53 |
Comment 2 by digitaltoast on 2014-08-13 13:19 OK, I can't gripe because it's the only problem I've ever had with NVDA and I'm not VI, just testing, so I guess this came about because of a valid use case. However, right after I posted, I did think of something, and this seems to work successfully (needs jQuery but that's already there - obviously needs an element with the id of "toplink" too!
This restores normal page behaviour. (Might go and see if I can rack up a point or two on Stackoverflow with that!) |
Comment 3 by jteh (in reply to comment 2) on 2014-08-13 15:47
Well, it's not by design exactly. It's a side effect of another feature which is very important to our users; i.e. the ability to remember the position on the page when the browser back or forward button is pressed. Unfortunately, we don't have any way to reliably differentiate these cases. |
Comment 4 by jteh on 2014-08-13 15:58 |
Comment 5 by digitaltoast on 2014-08-13 16:01 Anyway, again, thanks for explaining it, and it would be great to see a "refresh condition" workaround too sometime in the future. |
Comment 6 by jteh on 2014-08-13 16:14 |
Can someone clerify what exactly is the bug or issue discussed here? It sounds like, from #4386 (comment) that the original poster got his questions answered. CC @jcsteh |
I'll work on the mozilla case if I get time. |
I believe my team is facing the same issue. Turning off NVDA restores the correct behavior in Firefox. Is there a way to toggle off the feature causing this bug while NVDA is running in order to confirm? |
is this maybe because browse mode is enabled and Focus moves if automatic reading of Webpage is enabled? @rileyL6122428, @digitaltoast if you disable automatically read the web page after the page is loaded in NVDA Settings under browse mode, is then the issue still reproducible? |
cc: @jcsteh, @MarcoZehe |
cc: @LeonarddeR |
Closing this one as duplicate and in favor of #3575. |
Reported by digitaltoast on 2014-08-13 12:33
I'm trying to test my page for accessibility and after a LONG night of extensive testing and head meeting desk, I can safely say the following is happening on a Win 8.1 machine in IE and Firefox:
Open a page, tab to a certain link, refresh the page, tab again and it seems that something about NVDA is interfering with the tab order. I THINK this guy is having the same issues: http://stackoverflow.com/questions/22517242/how-to-prevent-nvda-setting-focus-automatically-on-last-used-html-element but other users weren't "getting" it, so no answer came.
I've even found some workarounds involving re-focussing to the top of the page via javascript and document ready, and if I set up some CSS to highlight current elements, I can see my page top element being focussed on, and then after a split second, the damn focus is back on the same element before I refreshed the page.
If I turn NVDA off, this strange behaviour doesn't occur.
There's always a possibility there's some bizarre NVDA setting I've accidentally switched on, but I can't find it to switch it off.
The text was updated successfully, but these errors were encountered: