Skip to content

Fix popup menu item reading on Thunderbird#17130

Merged
seanbudd merged 3 commits into
nvaccess:masterfrom
thgcode:fix/thunderbird-find
Sep 15, 2024
Merged

Fix popup menu item reading on Thunderbird#17130
seanbudd merged 3 commits into
nvaccess:masterfrom
thgcode:fix/thunderbird-find

Conversation

@thgcode

@thgcode thgcode commented Sep 7, 2024

Copy link
Copy Markdown
Contributor

Link to issue number:

closes #4708 .

Summary of the issue:

When the user finds text on Thunderbird by pressing CONTROL+K, searching the text and activating one of the links, NVDA speaks only "section".

Description of user facing changes

NVDA will speak the popup menu item name correctly.

Description of development approach

Added a check if the object 's name is empty, and is of the "div" tag and has a class of "popup-menuitem", NVDA replaces its name with the name of its child.

Testing strategy:

Performed manual tests with Thunderbird 128.2.0 and 102.6.0.

Known issues with pull request:

None.

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

@coderabbitai summary

@seanbudd

seanbudd commented Sep 9, 2024

Copy link
Copy Markdown
Member

is this ready for review?

Summary of the issue:
When the user finds text on Thunderbird by pressing CONTROL+K, searching the text and activating one of the links, NVDA speaks only "section".

Description of user facing changes
NVDA will speak the popup menu item name correctly.

Description of developer facing changes
None.

Description of development approach
Added a check if the object 's name is empty, and is of the "div" tag and has a class of "popup-menuitem", NVDA replaces its name with the name of its child.

Testing strategy:
Performed a manual test with Thunderbird.
@thgcode thgcode force-pushed the fix/thunderbird-find branch from 8dfb92c to 075006d Compare September 9, 2024 21:18
@thgcode thgcode marked this pull request as ready for review September 9, 2024 21:24
@thgcode thgcode requested a review from a team as a code owner September 9, 2024 21:24
@thgcode thgcode requested a review from seanbudd September 9, 2024 21:24
@seanbudd seanbudd added the conceptApproved Similar 'triaged' for issues, PR accepted in theory, implementation needs review. label Sep 10, 2024
Comment thread source/appModules/thunderbird.py Outdated
Comment thread source/appModules/thunderbird.py Outdated
Comment thread user_docs/en/changes.md Outdated
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
@seanbudd

Copy link
Copy Markdown
Member

Thanks for your contribution @thgcode

@seanbudd seanbudd merged commit ac1f3a4 into nvaccess:master Sep 15, 2024
@github-actions github-actions Bot added this to the 2025.1 milestone Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conceptApproved Similar 'triaged' for issues, PR accepted in theory, implementation needs review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

find messages in thunderbird.

2 participants