Skip to main content

Search and Top Navigation

#8736 closed bug (cantfix)

Opened October 25, 2012 09:50PM UTC

Closed October 26, 2012 12:31PM UTC

Last modified March 10, 2014 12:39PM UTC

Tooltip is "stuck"(does not fade) on buttons that become disabled on click

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

In jQuery 1.9.0 a disabled button activated a tooltip, but it did not fade on hover out. With the new update it no longer does this, but if clicking a button that becomes disabled on click the tooltip becomes "stuck" and does not fade as expected.

Attachments (0)
Change History (8)

Changed October 26, 2012 12:59AM UTC by jzaefferer comment:1

Are you binding the tooltip directly to the button?

Changed October 26, 2012 01:01AM UTC by mikesherov comment:2

owner: → draneyj
status: newpending

Changed October 26, 2012 01:37AM UTC by jzaefferer comment:3

status: pendingopen

Thanks Mike, but I'm pretty sure this is valid. My question was mostly meant to provide a workaround. We won't do another maintenance release in the next days.

Changed October 26, 2012 12:31PM UTC by scottgonzalez comment:4

resolution: → cantfix
status: openclosed

Disabled elements don't trigger events, so it's impossible for us to do anything. You can manually close the tooltip when you disable the button.

Also see #8661 and #8703

Changed October 26, 2012 12:40PM UTC by scottgonzalez comment:5

keywords: → needsdocs

Changed October 26, 2012 02:20PM UTC by scottgonzalez comment:6

keywords: needsdocs

Changed March 01, 2013 12:46PM UTC by scottgonzalez comment:7

#9130 is a duplicate of this ticket.

Changed March 10, 2014 12:39PM UTC by scottgonzalez comment:8

#9907 is a duplicate of this ticket.