Spans within divs that have ids will move scroll the page down when using navigational arrows #14944
Labels
Abandoned
requested reports or updates are missing since more than 1 year, author or users are not available.
blocked/needs-info
The issue can not be progressed until more information is provided.
blocked/needs-sample
needs-triage
Steps to reproduce:
Code with id on div:
<div id="Weird">
<div>
<a href="#">Back</a>
</div>
<span>"Hey"</span>
<div></div>
</div>
Example with id on div:
Code without id on div:
<div>
<div>
<a href="#">Back</a>
</div>
<span>"Hey"</span>
<div></div>
</div>
Example of without id on div:
When a span is placed within a div that doesn't have an id attribute id attribute. The page must be large enough to have some sort of scrolling behavior.
Actual behavior:
When using the down/up arrow keys to navigate, when the focus is on the span, the screen will move to a lower spot on the page. When focus is off the span, the screen will move back to the previous spot on the page where focus should have been.
Expected behavior:
The screen should not scroll down/"jump" to a different spot on the page when reading the span element.
System configuration
NVDA installed/portable/running from source:
NVDA version:
2022.2.2
Windows version:
Windows 10 Enterprise
Name and version of other software in use when reproducing the issue:
Chrome and Firefox
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
Yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
If NVDA add-ons are disabled, is your problem still occurring?
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
The text was updated successfully, but these errors were encountered: