-
-
Notifications
You must be signed in to change notification settings - Fork 783
The NVDA announcement for merge cells #2642
Copy link
Copy link
Open
Labels
enhancementlegacy/community-supportIssues caused by legacy technologies where NV Access will accept a solution from the communityIssues caused by legacy technologies where NV Access will accept a solution from the communityp3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Metadata
Metadata
Assignees
Labels
enhancementlegacy/community-supportIssues caused by legacy technologies where NV Access will accept a solution from the communityIssues caused by legacy technologies where NV Access will accept a solution from the communityp3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Reported by surfer0627 on 2012-09-04 15:47
Hello NVDA developers,
We wish that NVDA provides one way to announce the merge-cell information clearly.
Example:
In the application "Office Word 2003, 2010", user creates a table with 5rows and 4columns.
case1:
While R1 c1 and r2 c1 are merged.
User press down arrow,
NVDA announced: row3
case2:
While R1 c2 and r1 c3 are merged.
User press right arrow,
NVDA announced: column3
expected: column4
case3:
While r3 c1 and r4 c1 are merged,
r3 c2 and r4 c2 are merged,
r3 c3 and r4 c3 are merged.
r3 c4 and r4 c4 are merged.
User press down arrow,
NVDA announced: row4
expected: row5