#8587 closed bug (notabug)
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
Change History (5)
comment:1 Changed 10 years ago by
Owner: | set to sfornengo |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
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!
comment:3 Changed 10 years ago by
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...
comment:5 Changed 10 years ago by
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.