Search and Top Navigation
#5282 closed bug (worksforme)
Opened March 04, 2010 11:41PM UTC
Closed March 05, 2010 02:09AM UTC
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.
Attachments (0)
Change History (1)
Changed March 05, 2010 02:09AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
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.