After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 433399 - Firefox role announcement clipped when focusing
Firefox role announcement clipped when focusing
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: extensions
0.5.x
Other Linux
: Normal normal
: 0.5.2
Assigned To: Peter Parente
LSR maintainers
Depends on:
Blocks: rdb lsr-review
 
 
Reported: 2007-04-25 18:59 UTC by Peter Parente
Modified: 2007-04-30 13:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for Firefox role announcement clipped when focusing (1.17 KB, patch)
2007-04-26 17:35 UTC, Scott Haeger
none Details | Review
patch that avoids blocking events (2.26 KB, patch)
2007-04-30 13:07 UTC, Peter Parente
accepted-commit_now Details | Review

Description Peter Parente 2007-04-25 18:59:30 UTC
Navigate the bulleted list of links on the Minefield start page. Notice that the announce of "link" is clipped by the actual text of the link. We used to handle this properly with a mayStop or some such solution knowing that the upcoming focus event would announce the role.
Comment 1 Scott Haeger 2007-04-26 17:35:14 UTC
Created attachment 87081 [details] [review]
patch for Firefox role announcement clipped when focusing
Comment 2 Peter Parente 2007-04-30 13:07:56 UTC
Created attachment 87266 [details] [review]
patch that avoids blocking events

Solves the same problem without blocking future events.