Closed
Bug 1362316
Opened 8 years ago
Closed 6 years ago
Can't trigger the :active pseudo class on keyboard 'space' press
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: jeffwen1988, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
Steps to reproduce:
I define a css style like below:
.btn:active {
border: 1px solid #B2B2B2;
}
the :active pseudo class can be trigger when press space, it's ok in IE and chrome, only firefox can't trigger it, and it works OK for mousedown.
Actual results:
the :active pseudo class can be trigger when press space, it's ok in IE and chrome, only firefox can't trigger it, and it works OK for mousedown.
Expected results:
the :active pseudo class can be trigger when press space.
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•