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
I have a requirement where I need a certain div (containing important information) to be tab navigable (using tab or shift+tab) so that user can read and understand its contents. Thus, a tabindex of "0" is assigned to div. This div also contains some <a> links inside it. It is observed that div contents are read when focus moves on it using tab key. On further tab, the <a> link is read next. This is expected. However, once the link inside the div is focused and we press shift+tab key, the div content are not read out even though it gains focus.
Steps to reproduce:
a. Open https://codepen.io/kaashan/pen/KOmGYe in Chrome/Firefox browser
b. Launch NVDA
c. Click on User Name input text field.
d. Press tab key.
e. NVDA reads focused div contents. This is expected.
f. Press tab key again. <a> link inside div is focued and NVDA reads link content. This is expected as well.
g. Now, press shift+tab key. div content is not read out by NVDA even though it gets focused.
Actual behavior:
NVDA does not read the div contents again when we navigate using shift+tab key
Expected behavior:
NVDA should be able to read the div contents again when we navigate using shift+tab key
System configuration
OS: Windows 10 Enterprise
Browser: Chrome/Firefox
Screen reader: NVDA 2019.1.1
NVDA installed/portable/running from source:
Installed
NVDA version:
NVDA 2019.1.1
Windows version:
Windows 10 Enterprise
Name and version of other software in use when reproducing the issue:
I checked the scenario with JAWS 2019 and it works well.
Does the issue still occur after restarting your PC?
Yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
No
The text was updated successfully, but these errors were encountered:
Hi,
I have a requirement where I need a certain
div
(containing important information) to be tab navigable (using tab or shift+tab) so that user can read and understand its contents. Thus, a tabindex of "0" is assigned todiv
. Thisdiv
also contains some<a>
links inside it. It is observed thatdiv
contents are read when focus moves on it using tab key. On further tab, the<a>
link is read next. This is expected. However, once the link inside thediv
is focused and we pressshift+tab
key, thediv
content are not read out even though it gains focus.Steps to reproduce:
a. Open https://codepen.io/kaashan/pen/KOmGYe in Chrome/Firefox browser
b. Launch NVDA
c. Click on User Name input text field.
d. Press tab key.
e. NVDA reads focused div contents. This is expected.
f. Press tab key again.
<a>
link inside div is focued and NVDA reads link content. This is expected as well.g. Now, press shift+tab key.
div
content is not read out by NVDA even though it gets focused.Actual behavior:
NVDA does not read the
div
contents again when we navigate usingshift+tab
keyExpected behavior:
NVDA should be able to read the
div
contents again when we navigate usingshift+tab
keySystem configuration
OS: Windows 10 Enterprise
Browser: Chrome/Firefox
Screen reader: NVDA 2019.1.1
NVDA installed/portable/running from source:
Installed
NVDA version:
NVDA 2019.1.1
Windows version:
Windows 10 Enterprise
Name and version of other software in use when reproducing the issue:
I checked the scenario with JAWS 2019 and it works well.
Does the issue still occur after restarting your PC?
Yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
No
The text was updated successfully, but these errors were encountered: