Closed Bug 937490 Opened 12 years ago Closed 12 years ago

CSS :active selector is not working in Firefox 25

Categories

(Core :: Layout, defect)

25 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: s.mathirajan, Unassigned, NeedInfo)

Details

Attachments

(1 file)

Attached image CSS active.png
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.
Group: core-security
Component: Untriaged → Layout
Product: Firefox → Core
Mathirajan, please attach a full testcase that demonstrates the problem.
Flags: needinfo?(s.mathirajan)
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.

Attachment

General

Created:
Updated:
Size: