Button: Button doesn't remove active state when using keyboard.
When the click event of the button changes focus to another element, and the button is clicked using the keyboard (ie. hitting ENTER), the button remains in the "active" state. Example below:
http://jsfiddle.net/Wtwkx/
- Focus on the text box.
- Use TAB to focus on the button.
- Hit ENTER to click the button.
- Note that "active" button state is not removed, even though focus has changed back to the text box.
Change History (6)
Milestone: |
1.9.0 →
1.11.0
|
Status: |
new →
open
|
Summary: |
Button doesn't remove active state when using keyboard. →
Button: Button doesn't remove active state when using keyboard.
|
Owner: |
set to mikesherov
|
Status: |
open →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Milestone: |
1.11.0 →
1.10.0
|
https://github.com/jquery/jquery-ui/pull/836