nvaccess / nvda

NVDA, the free and open source Screen Reader for Microsoft Windows
Other
2.08k stars 626 forks source link

Applying highlight to a table cell will incorrectly applied the color to the other cell in MS Word #14143

Open LittleStar-VIP opened 2 years ago

LittleStar-VIP commented 2 years ago

Steps to reproduce:

  1. make sure color reporting is enable in nvda document setting page and uia for word is enabled
  2. create a empty table with 2x2 rows and columns in a MS word file
  3. on row 1 column 2, type the word hello
  4. press shift tab and tab again to select the whole cell, i.e. the cell which i have entered 'hello'
  5. on the menu selecte the button to hightlight the word with yello
  6. tap twice to move to row 2 column 2, this time nvda is reporting that the background color is yellow
  7. i have also check by pressing nvda + f, and nvda is also reporting that thebackground color is yellow

    Actual behavior:

Expected behavior:

the row 2 column 2 should not be in yellow background as I have only selected the row 1 column 2 cell to highlight

NVDA logs, crash dumps and other attachments:

System configuration

NVDA installed/portable/running from source:

portable

NVDA version:

nvda 2022.3 beta4

Windows version:

Windows home ed 21h2

Name and version of other software in use when reproducing the issue:

MS office 365 for enterprise 16.0.15601.20088

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.

yes, this problem also existed in nvda 2022

If NVDA add-ons are disabled, is your problem still occurring?

I tested it in a newly created nvda portable copy

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

not tried

michaelDCurran commented 2 years ago

I am unable to reproduce this. Feel free to reopen the issue and provide a NVDA log with log level set to input/output, showing the issue being produced.

LittleStar-VIP commented 2 years ago

Hello, @michaelDCurran Here is the error log NVDA WORD HIGHLIGHT ERROR.log

LittleStar-VIP commented 2 years ago

Sorry I do not know how to reopen this issue, and also, it is like the error is not always being reproduced.