Closed
Bug 908668
Opened 11 years ago
Closed 11 years ago
CSS active styles are not activated by keyboard navigation, e.g., pressing space key to click a button
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: thomas, Unassigned)
References
()
Details
(Keywords: css2)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:23.0) Gecko/20100101 Firefox/23.0 (Beta/Release)
Build ID: 20130803193343
Steps to reproduce:
1. I use this demo case : http://jsfiddle.net/tzilliox/x9zqt/.
2. I made the focus on the button
3. I click the button with my keyboard : the space key
Actual results:
When I click with my keyboard, there is no style feedback.
If there was an AJAX event binded that takes time, I could doubt that I have cliked the button.
Expected results:
When I click the button with my mouse, I could have feedback with the active styles.
When I click with my keyboard, I expect to have the same.
Keywords: css2
Comment 1•11 years ago
|
||
This is similar to bug 22600 and bug 93142, but they are about buttons in chrome, not in content, so I won't mark this a duplicate. And I'm not sure this is really related to CSS. Pressing space on a non-styled button doesn't give feedback at all.
Status: UNCONFIRMED → NEW
Component: Untriaged → Keyboard: Navigation
Ever confirmed: true
OS: Linux → All
Product: Firefox → Core
Hardware: x86 → All
Summary: CSS active styles ar not activated by keyboard navigation → CSS active styles are not activated by keyboard navigation, e.g., pressing space key to click a button
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•