Skip to main content

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

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

Attachments (0)
Change History (6)

Changed October 04, 2012 02:36PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

That's because tooltips show for focused elements.

Changed October 04, 2012 02:58PM UTC by mdownes 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 scottgonzalez comment:3

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.

Changed October 04, 2012 03:13PM UTC by scottgonzalez comment:4

status: reopenedopen
summary: Toolttip tracks mouse when the element has focusTooltip tracks mouse when the element has focus

Changed October 04, 2012 03:15PM UTC by Scott González comment:5

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

Changed October 04, 2012 03:15PM UTC by scottgonzalez comment:6

milestone: 1.9.0git