#8622 closed bug (fixed)
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
Change History (6)
comment:1 follow-up: 2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Replying to 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?
comment:3 Changed 11 years ago by
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.
comment:4 Changed 11 years ago by
Status: | reopened → open |
---|---|
Summary: | Toolttip tracks mouse when the element has focus → Tooltip tracks mouse when the element has focus |
comment:5 Changed 11 years ago by
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
comment:6 Changed 11 years ago by
Milestone: | 1.9.0 → git |
---|
That's because tooltips show for focused elements.