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
p3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.
Hi, can you test with: NVDA 2024.2, Edge 126, and Firefox 128? That way we can figure out if this is a rendering issue or NVDA is getting confused about item count. Thanks.
I think NVDA is considering all the list's child elements as list items, even those that are not <li> elements, this can be tested by creating a <p> inside a <ul> for example and NVDA will report the <p> on the count. Would the correct approach in this case be to introduce another attribute on the virtual buffer that only considers list item count?
seanbudd
added
p3
https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
triaged
Has been triaged, issue is waiting for implementation.
labels
Jul 30, 2024
I agree a redesign of list item count needs to be investigated. E.g. for definition lists and description lists, NVDA counts definitions <dd> or descriptions of terms as separate list items which should not be the case.
@thgcode I think your approach would be the right direction, but not only for <li> elements, but also for <dt> elements.
p3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.
Steps to reproduce:
Actual behavior:
frame list with 5 items List Header 1
bullet Item 1
bullet Item 2
bullet Item 3
bullet Item 4
out of list
Expected behavior:
frame list with 4 items List Header 1
bullet Item 1
bullet Item 2
bullet Item 3
bullet Item 4
out of list
NVDA logs, crash dumps and other attachments:
System configuration
NVDA installed/portable/running from source:
Installed
NVDA version:
2023.1.0.27913
Windows version:
Edition: Windows 11 Enterprise
Version: 23H2
Name and version of other software in use when reproducing the issue:
Chrome Version 126.0.6478.183 (Official Build) (64-bit)
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.
No
If NVDA add-ons are disabled, is your problem still occurring?
Yes
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Yes
The text was updated successfully, but these errors were encountered: