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 588774 - Tooltips aren't always presented
Tooltips aren't always presented
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.27.x
Other opensolaris
: Normal normal
: 2.28.0
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-16 12:46 UTC by Willie Walker
Modified: 2009-11-09 21:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch seems to resolve the problem (2.52 KB, patch)
2009-07-16 12:51 UTC, Willie Walker
none Details | Review
Revised patch that tests well. (7.08 KB, patch)
2009-07-17 14:26 UTC, Willie Walker
committed Details | Review

Description Willie Walker 2009-07-16 12:46:35 UTC
1) Bring up gcalctool.
2) Tab to a button with a tooltip (e.g., Bksp)
3) Press Ctrl+F1 to present the tooltip.

Orca doesn't always present the tooltip. IT should always present the tooltip when the user presses Ctrl+F1 and/or if tooltip presentation is enabled.
Comment 1 Willie Walker 2009-07-16 12:51:13 UTC
Created attachment 138529 [details] [review]
This patch seems to resolve the problem

The tooltip handling code was a little complex, and this simplifies it some.  It also bumps up the time delta for the check between when F1 was pressed and the tooltip event occurred.
Comment 2 Willie Walker 2009-07-17 14:26:06 UTC
Created attachment 138598 [details] [review]
Revised patch that tests well.