Closed
Bug 1172282
Opened 10 years ago
Closed 10 years ago
Warning: Unknown pseudo-class or pseudo-element 'moz-any('. Ruleset ignored due to bad selector.
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: philip.chee, Assigned: enndeakin)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.70 KB,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
Sun Jun 07 2015 06:01:41
Warning: Unknown pseudo-class or pseudo-element 'moz-any('. Ruleset ignored due to bad selector.
Source file: chrome://global/skin/menu.css
Line: 240, Column: 24
Source code:
menulist > menupopup > :moz-any(menuitem, menucaption):not(.menuitem-iconic) > .menu-iconic-text,
It's missing a -; should be :-moz-any().
Occurs in 2 places:
https://hg.mozilla.org/mozilla-central/annotate/7d4ab4a9febd/toolkit/themes/osx/global/menu.css#l164
https://hg.mozilla.org/mozilla-central/annotate/7d4ab4a9febd/toolkit/themes/windows/global/menu.css#l242
both regressions from https://hg.mozilla.org/mozilla-central/rev/9c8afe52c600
Flags: needinfo?(enndeakin)
Comment 2•10 years ago
|
||
And also typo ' {' instead ',' at the end of the line
Assignee | ||
Comment 3•10 years ago
|
||
Assignee: nobody → enndeakin
Status: NEW → ASSIGNED
Flags: needinfo?(enndeakin)
Attachment #8617400 -
Flags: review?(gijskruitbosch+bugs)
Comment 4•10 years ago
|
||
Comment on attachment 8617400 [details] [diff] [review]
Patch
r=me, sorry for the delay.
Attachment #8617400 -
Flags: review?(gijskruitbosch+bugs) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Adding a tracking flag for FF41 to make sure we get coverage on the fix.
tracking-firefox41:
--- → +
Keywords: regression
Adding a qe-verify so it gets regressed by QE team.
Flags: qe-verify+
Assignee | ||
Updated•10 years ago
|
Points: --- → 1
Comment 10•9 years ago
|
||
Verified as fixed using Firefox 41 beta 3 under Win 7 64-bit and Mac OSX.
Also checked that bug 1172737 is no longer reproducible on Mac OSX 10.9.5.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•