Skip to main content

Search and Top Navigation

#9731 closed bug (notabug)

Opened January 08, 2014 02:44PM UTC

Closed January 08, 2014 02:57PM UTC

Last modified January 08, 2014 06:05PM UTC

Multiple tooltips are shown

Reported by: kbrezina Owned by:
Priority: minor Milestone: none
Component: ui.tooltip Version: 1.9.2
Keywords: Cc:
Blocked by: Blocking:
Description

jquery-ui tooltips open on mouseover and focus events. So, it's possible to hover over a field and focus a different one. That results in two tooltips that are opened at the same time.

IMHO, when a new tooltip is about to be opened it should close the one that is already displayed.

I retested it with jquery-ui 1.10.3 with the same result.

Attachments (0)
Change History (3)

Changed January 08, 2014 02:57PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

This is by design.

Changed January 08, 2014 05:54PM UTC by kbrezina comment:2

What is the best way to turn it off, i.e. show only the most recent tooltip?

Changed January 08, 2014 06:05PM UTC by scottgonzalez comment:3

You can track the tooltips yourself and close any open ones, but it's potentially bad UX. If a user focuses a field, then moves their mouse and happens to trigger another tooltip, closing the tooltip for the focused field is not the desired behavior. If you need help with this, please use the forums or Stack Overflow.