Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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

http://jsfiddle.net/UyTaB/3/

Change History (6)

comment:1 Changed 11 years ago by Scott González

Resolution: invalid
Status: newclosed

That's because tooltips show for focused elements.

comment:2 in reply to:  1 Changed 11 years ago by mdownes

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 Scott González

Resolution: invalid
Status: closedreopened
Summary: Toolttip does not disappear when using tracking optionToolttip 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 Scott González

Status: reopenedopen
Summary: Toolttip tracks mouse when the element has focusTooltip tracks mouse when the element has focus

comment:5 Changed 11 years ago by Scott González

Resolution: fixed
Status: openclosed

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 Scott González

Milestone: 1.9.0git
Note: See TracTickets for help on using tickets.