Skip to main content

Search and Top Navigation

#8587 closed bug (notabug)

Opened September 20, 2012 08:10AM UTC

Closed October 05, 2012 09:11AM UTC

Last modified October 05, 2012 12:45PM UTC

button keeps hover state in firefox

Reported by: sfornengo Owned by: sfornengo
Priority: minor Milestone: 1.9.0
Component: ui.button Version: 1.8.23
Keywords: Cc:
Blocked by: Blocking:
Description

see http://jsfiddle.net/nrYVk/

no problem in chromium

Attachments (0)
Change History (5)

Changed September 20, 2012 03:08PM UTC by scottgonzalez comment:1

owner: → sfornengo
status: newpending

I have no idea what you're trying to show with detaching and appending the buttons on every click, but I assume you're referring to #7856.

Changed October 05, 2012 09:11AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!

Changed October 05, 2012 09:39AM UTC by sfornengo comment:3

this jsfiddle code swaps 2 buttons on every click, but I wrote a more simple test here:

http://jsfiddle.net/nrYVk/2/

under firefox the hover state is kept after moving while the mouse pointer is no longer on the button.

under chromium the hover state disappears as expected after the click.

everything happens as if firefox does not generate the mouseleave event when the button is moved...

Changed October 05, 2012 09:53AM UTC by sfornengo comment:4

sorry, use this updated testcase:

http://jsfiddle.net/nrYVk/3/

Changed October 05, 2012 12:45PM UTC by scottgonzalez comment:5

Confirmed that this is exactly the bug I pointed you to earlier. http://jsfiddle.net/nrYVk/4/