Skip to content

The font color retreived in word is different if pressed once than twice #7869

@derekriemer

Description

@derekriemer

Steps to reproduce:

  1. open word, and type derek.
  2. Select the first letter e, and go into font settings (ctrl+d) and select red (bright red, 255,0,0).
  3. Now, move left a character. Press NVDA+f:
    • Expected and actual: default.
  4. Now, nvda+f twice.
    • Expected
      style Normal
      Calibri
      11pt
      Default color
      align left
      line spacing 1.1 lines
      
    • Actual:
      style Normal
      Calibri
      11pt
      aqua grey
      align left
      line spacing 1.1 lines
      
  5. Move right a char:
    • Actual and expected: 'style Normal Calibri 11pt bright red align left line spacing 1.1 lines'
  6. Now, press NVDA+f twice.
    • Expected:
      style Normal
      Calibri
      11pt
      bright red  
      align left
      line spacing 1.1 lines
      
    • Actual:
      style Normal
      Calibri
      11pt
      aqua grey
      align left
      line spacing 1.1 lines
      

Impact:

Users are given false information on color.

Metadata

Metadata

Assignees

No one assigned

    Labels

    app/microsoft-officebugp3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions