Skip to main content

Search and Top Navigation

#8822 closed bug (duplicate)

Opened November 16, 2012 01:59PM UTC

Closed November 16, 2012 02:09PM UTC

Track should not be lost without a mouseleave

Reported by: Jidewe Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.tooltip Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hello,

I have an issue with mouse tracked tooltips and tables.

Here is a jsfiddle : http://jsfiddle.net/6Q95u/

I have a tooltips on TR tags, and when I roll over one of the line, the toltips appears and follow the mouse until I jump to another TD on the same line. Then the track is stopped and the tooltips stay in his determined position, like when the tracking option is set to false. I've quickly checked the code. It seems to use focus to catch the mouse movement. But when you move your mouse in a table over a border, the focus of TR tag is lost and you trigger a mouseout.

It is not the case with a mouseleave.

If, for some reason, we can't use mouseleave, the widget should at least react and reset his tracking of the mouse.

I guess this bug can happen with other nested element than table. I haven't tested more.

Attachments (0)
Change History (1)

Changed November 16, 2012 02:09PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #8799.