You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by mike.reiser on 2010-06-19 23:47
When in Internet Explorer8, nvda will sometimes jump to the address bar when tabbing with in a group of links. Steps to reproduce:
Up or down arrow until nvda says "List with 4 items homelink, tune in link," etc.
Press tab once while in this list.
Actual results: nvda jumps to the address bar.
Expected results: NVDA should focuss on the first link. This only happens in a new browsing session and after pressing up arrow again the issue goes away. This does not happen in firefox 3.6.3. Using R3577.
The text was updated successfully, but these errors were encountered:
Comment 3 by mike.reiser on 2010-08-03 23:22
I suppose the issue wasn't actually fixed, as it keeps happening. Same resulting thing happens as before, only when starting a new browsing session. Happens also in firefox 4.0 beta2. Using r 3680 snapshot.
Changes:
State: reopened
Comment 4 by jteh on 2010-08-03 23:41
Technical info: !VirtualBuffer._tabOverride is supposed to be used when tabbing in buffers if the cursor isn't within the focus. Unfortunately, when the focus is the document (which it is initially), everything will be considered to be within the focus. We probably need to rethink the condition that determines when _tabOverride gets used.
Reported by mike.reiser on 2010-06-19 23:47
When in Internet Explorer8, nvda will sometimes jump to the address bar when tabbing with in a group of links. Steps to reproduce:
Actual results: nvda jumps to the address bar.
Expected results: NVDA should focuss on the first link. This only happens in a new browsing session and after pressing up arrow again the issue goes away. This does not happen in firefox 3.6.3. Using R3577.
The text was updated successfully, but these errors were encountered: