Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#8736 closed bug (cantfix)

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.

Change History (8)

comment:1 Changed 10 years ago by Jörn Zaefferer

Are you binding the tooltip directly to the button?

comment:2 Changed 10 years ago by mikesherov

Owner: set to draneyj
Status: newpending

comment:3 Changed 10 years ago by Jörn Zaefferer

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.

comment:4 Changed 10 years ago by Scott González

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

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

Keywords: needsdocs added

comment:6 Changed 10 years ago by Scott González

Keywords: needsdocs removed

comment:7 Changed 10 years ago by Scott González

#9130 is a duplicate of this ticket.

comment:8 Changed 9 years ago by Scott González

#9907 is a duplicate of this ticket.

Note: See TracTickets for help on using tickets.