Opened 13 years ago
Closed 13 years ago
#5282 closed bug (worksforme)
Button is going through "clicked" animation, even though it is only being held down.
Reported by: | getimoliver | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.button | Version: | 1.8rc3 |
Keywords: | clicking | Cc: | |
Blocked by: | Blocking: |
Description
This is happening in IE7, but not Firefox. If a button doesn't have focus, and then the user clicks and holds the button, the button animation will react as if it was clicked. This doesn't happen again once the button has focus.
There is a demo of this bug at the middle of this video.
Note: See
TracTickets for help on using
tickets.
The buttons are working properly and I'm seeing the same results in Firefox and Chrome as you show in your video. The button is supposed to get the active state on mousedown. If you move out, the active state goes away and if you move back in, the active state will come back. This is exactly the behavior of native buttons.