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 comment:1
owner: | → sfornengo |
---|---|
status: | new → pending |
Changed October 05, 2012 09:11AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
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 comment:3
this jsfiddle code swaps 2 buttons on every click, but I wrote a more simple test here:
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 comment:4
sorry, use this updated testcase:
Changed October 05, 2012 12:45PM UTC by comment:5
Confirmed that this is exactly the bug I pointed you to earlier. http://jsfiddle.net/nrYVk/4/
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.