Closed
Bug 937490
Opened 12 years ago
Closed 12 years ago
CSS :active selector is not working in Firefox 25
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: s.mathirajan, Unassigned, NeedInfo)
Details
Attachments
(1 file)
12.71 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131025151332
Steps to reproduce:
I have written css selectors for :hover and :active.
Example css:-
.theme .Over .OverMenuBarGripper .OverButtons .OverClose:hover,
.theme .Over .OverMenuBarGripper .OverButtons .OverHelp:hover,
.theme .Over .OverMenuBarGripper .OverButtons .OverPin:hover {
color:#74bad1;
}
.theme .Over .OverMenuBarGripper .OverButtons .OverClose:active,
.theme .Over .OverMenuBarGripper .OverButtons .OverHelp:active,
.theme .Over .OverMenuBarGripper .OverButtons .OverPin:active {
color:#379bbe;
}
In which :active is never triggered. But If I go to firebug and manually selected :active then its working. Please see attached image
Actual results:
:active selector is not applied for div.
Expected results:
:active state's color should be applied.
Updated•12 years ago
|
Group: core-security
Updated•12 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Comment 1•12 years ago
|
||
Mathirajan, please attach a full testcase that demonstrates the problem.
Flags: needinfo?(s.mathirajan)
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•