Closed
Bug 1062843
Opened 10 years ago
Closed 10 years ago
toolkit/themes/osx/global/in-content/common.css uses broken @focusRingShadow@ - focused link styling on about:preferences et al. can't be parsed correctly
Categories
(Toolkit :: Themes, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox32 | --- | unaffected |
firefox33 | --- | unaffected |
firefox34 | + | verified |
firefox35 | --- | verified |
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
(Keywords: access, regression)
Attachments
(1 file)
(deleted),
patch
|
dao
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
... which leads to CSS warnings showing up about the box-shadow rule being dropped.
This not being caught by our continuous integration is bug 1062821.
Comment hidden (obsolete) |
Assignee | ||
Comment 2•10 years ago
|
||
[Tracking Requested - why for this release]:
Serious keyboard access regression on our in-content prefs
tracking-firefox34:
--- → ?
Assignee | ||
Comment 3•10 years ago
|
||
I was wrong in comment #1 - this particular bug just affects seeing keyboard focus on in-content links. I guess there's a separate bug about keyboard focus being completely invisible on OS X. Filed bug 1062854 for that.
Summary: toolkit/themes/osx/global/in-content/common.css uses broken @focusRingShadow@ - can't see focused controls on about:preferences et al. → toolkit/themes/osx/global/in-content/common.css uses broken @focusRingShadow@ - can't see focused links on about:preferences et al.
Assignee | ||
Comment 4•10 years ago
|
||
For QA: to verify, check that there are no more CSS errors about a dropped box-shadow rule after this is fixed.
Marco, I'm picking this up because it's a regression and it's just made it up to aurora, and is trivial to fix (1 point), and I ran into it dealing with my other bugs for this iteration (bug 1035536).
Iteration: --- → 35.1
Points: --- → 1
Flags: qe-verify+
Flags: needinfo?(mmucci)
Flags: firefox-backlog+
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8484151 -
Flags: review?(dao)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Summary: toolkit/themes/osx/global/in-content/common.css uses broken @focusRingShadow@ - can't see focused links on about:preferences et al. → toolkit/themes/osx/global/in-content/common.css uses broken @focusRingShadow@ - focused link styling on about:preferences et al. can't be parsed correctly
Updated•10 years ago
|
Attachment #8484151 -
Flags: review?(dao) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla35
Florin, could you ask one of your team to verify this one? Thanks!
QA Contact: florin.mezei
Comment 11•10 years ago
|
||
Reproduced the issue on Nightly (2014-09-04), I get "Error in parsing value for 'box-shadow'. Declaration dropped. common.css:656" in Browser console after loading about:preferences.
Verified that using latest Nightly (2014-09-11) on Mac OS X 10.9.4 I don`t get that in Browser console anymore.
Status: RESOLVED → VERIFIED
Comment 12•10 years ago
|
||
I *think* you're still interested in uplifting to Aurora. If so, can you please submit an approval request?
Flags: needinfo?(gijskruitbosch+bugs)
Assignee | ||
Comment 13•10 years ago
|
||
Comment on attachment 8484151 [details] [diff] [review]
include shared.inc to make @focusRingShadow@ be defined,
I think I overestimated the severity of this bug, but this is a safe uplift, so sure.
Approval Request Comment
[Feature/regressing bug #]: bug 1009370
[User impact if declined]: warnings in the console when opening in-content pages
[Describe test coverage new/current, TBPL]: n/a
[Risks and why]: very low
[String/UUID change made/needed]: none
Attachment #8484151 -
Flags: approval-mozilla-aurora?
Flags: needinfo?(gijskruitbosch+bugs)
Updated•10 years ago
|
status-firefox32:
--- → unaffected
status-firefox33:
--- → unaffected
Comment 14•10 years ago
|
||
Comment on attachment 8484151 [details] [diff] [review]
include shared.inc to make @focusRingShadow@ be defined,
Aurora+
Attachment #8484151 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 15•10 years ago
|
||
Comment 16•10 years ago
|
||
Also verified that the issue is no longer present using latest Aurora on Mac OS X 10.9.4
You need to log in
before you can comment on or make changes to this bug.
Description
•