Search and Top Navigation
#8622 closed bug (fixed)
Opened October 04, 2012 02:24PM UTC
Closed October 04, 2012 03:15PM UTC
Last modified October 04, 2012 03:15PM UTC
Tooltip tracks mouse when the element has focus
Reported by: | mdownes | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | ui.tooltip | Version: | 1.9.0-rc.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
1) mouseover the textbox...notice that the tooltip is displayed correctly
2) Click into the textbox so it has focus
3) Now move the mouse away...notice the tooltip doesn't disappear, until you click eleswhere on the screen
Attachments (0)
Change History (6)
Changed October 04, 2012 02:36PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed October 04, 2012 02:58PM UTC by comment:2
Replying to [comment:1 scott.gonzalez]:
That's because tooltips show for focused elements.
Can you confirm that you noticed that the tooltip then follows the mouse around the "Entire" screen and not just the area of the textbox?
Changed October 04, 2012 03:02PM UTC by comment:3
resolution: | invalid |
---|---|
status: | closed → reopened |
summary: | Toolttip does not disappear when using tracking option → Toolttip tracks mouse when the element has focus |
Ok, I do see that the tracking takes over again when you mouse over the field again. As soon as the element has focus, the tracking should stop.
Changed October 04, 2012 03:13PM UTC by comment:4
status: | reopened → open |
---|---|
summary: | Toolttip tracks mouse when the element has focus → Tooltip tracks mouse when the element has focus |
Changed October 04, 2012 03:15PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | open → closed |
Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - Tooltip tracks mouse when the element has focus.
Changeset: f5261f359e8cad8f525f6a36c113b7058e533c71
Changed October 04, 2012 03:15PM UTC by comment:6
milestone: | 1.9.0 → git |
---|
That's because tooltips show for focused elements.