GNOME Bugzilla – Bug 588774
Tooltips aren't always presented
Last modified: 2009-11-09 21:35:16 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.
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.
Created attachment 138598 [details] [review] Revised patch that tests well.