Search and Top Navigation
#5265 closed bug (fixed)
Opened March 03, 2010 03:06PM UTC
Closed May 26, 2011 11:51PM UTC
Button: When opening dialog button keeps focus
Reported by: | Rwhitbeck | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.button | Version: | 1.8rc3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A clicked button has keyboard focus (ui-state-focus) Button doesn't blur when dialog is opened.
forum: http://forum.jquery.com/topic/new-button-issue
Demo of issue: http://jsbin.com/ehubo
Attachments (0)
Change History (10)
Changed March 03, 2010 03:37PM UTC by comment:1
component: | ui.dialog → ui.button |
---|---|
description: | forum: http://forum.jquery.com/topic/new-button-issue \ \ Demo of issue: http://jsbin.com/ehubo → A clicked button has keyboard focus (ui-state-focus), which is styled the same as hover (ui-state-hover). This can be irritating to someone using only the mouse. \ \ forum: http://forum.jquery.com/topic/new-button-issue \ \ Demo of issue: http://jsbin.com/ehubo |
milestone: | TBD → 1.next |
priority: | trivial → major |
summary: | Button holds hover class when opening a dialog → Button: hover and focus state look the same |
type: | bug → enhancement |
Changed March 03, 2010 05:36PM UTC by comment:2
description: | A clicked button has keyboard focus (ui-state-focus), which is styled the same as hover (ui-state-hover). This can be irritating to someone using only the mouse. \ \ forum: http://forum.jquery.com/topic/new-button-issue \ \ Demo of issue: http://jsbin.com/ehubo → A clicked button has keyboard focus (ui-state-focus) Button doesn't blur when dialog is opened. \ \ forum: http://forum.jquery.com/topic/new-button-issue \ \ Demo of issue: http://jsbin.com/ehubo |
---|---|
summary: | Button: hover and focus state look the same → Button: When opening dialog button keeps focus |
Changed April 26, 2010 04:08PM UTC by comment:3
Looks like this is still a problem in Firefox 3.6.4 beta
Changed October 18, 2010 08:48PM UTC by comment:4
Looks like this is still an issue with FireFox 3.6.11 with jQuery 1.4.3 and jQuery UI 1.8.5
Changed March 28, 2011 03:57PM UTC by comment:5
confirmed with chromium 12.0.703.0 with jQuery 1.5.1 and jQuery UI 1.8.11
Changed March 28, 2011 04:15PM UTC by comment:6
status: | new → open |
---|
Changed April 04, 2011 12:51PM UTC by comment:7
type: | enhancement → bug |
---|
Changed May 16, 2011 05:58PM UTC by comment:8
possible fix?
pull request https://github.com/jquery/jquery-ui/pull/291
Changed May 24, 2011 05:53PM UTC by comment:9
updated pull request https://github.com/jquery/jquery-ui/pull/333
Changed May 26, 2011 11:51PM UTC by comment:10
milestone: | 1.next → 1.9 |
---|---|
resolution: | → fixed |
status: | open → closed |
This appears to be fixed in master.