Closed
Bug 1374474
Opened 8 years ago
Closed 8 years ago
back button in 55 beta does not have greyed out disabled appearance in default theme
Categories
(Firefox :: Theme, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | verified |
firefox56 | --- | verified |
People
(Reporter: mattsmeltz, Assigned: johannh)
References
Details
(Keywords: regression, Whiteboard: [photon-visual])
Attachments
(2 files)
354.40 KB,
image/png
|
Details | |
59 bytes,
text/x-review-board-request
|
Gijs
:
review+
jcristau
:
approval-mozilla-beta+
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0
Build ID: 20170615063752
Steps to reproduce:
1. Use the default theme in 55 beta
2. Navigate to the first page in a tab's session history (or just open a new window or tab)
Actual results:
The back button appearance is not greyed out.
Expected results:
The back button should be greyed out.
Updated•8 years ago
|
Component: Untriaged → Theme
Comment 1•8 years ago
|
||
regression from bug 1352364, that removes "opacity: .25;" rule
https://hg.mozilla.org/mozilla-central/rev/d72b590f31e3#l7.686
Updated•8 years ago
|
status-firefox55:
--- → affected
status-firefox56:
--- → ?
Comment 3•8 years ago
|
||
Could you please attach a screenshot of what you're seeing?
Flags: needinfo?(mattsmeltz)
Updated•8 years ago
|
Whiteboard: [photon-visual][triage]
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Johann, can you please look into this?
Flags: needinfo?(mattsmeltz) → needinfo?(jhofmann)
Assignee | ||
Comment 6•8 years ago
|
||
Yeah. I can confirm this issue. I'll take a look at it.
Assignee: nobody → jhofmann
Status: NEW → ASSIGNED
Flags: needinfo?(jhofmann)
Updated•8 years ago
|
Iteration: --- → 56.1 - Jun 26
Flags: qe-verify+
Priority: -- → P1
QA Contact: brindusa.tot
Whiteboard: [photon-visual][triage] → [photon-visual]
Comment 8•8 years ago
|
||
This is because this code:
https://dxr.mozilla.org/mozilla-central/source/browser/themes/osx/browser.css#486-492
overrides the opacity of disabled buttons (which is normally 0.4) with 1 with !important. Instead it uses fill-opacity, but we don't use that for the back button icon in non-photon, so now it's broken.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Comment 10•8 years ago
|
||
mozreview-review |
Comment on attachment 8879543 [details]
Bug 1374474 - Add context-fill-opacity to back-large.svg.
https://reviewboard.mozilla.org/r/150838/#review155626
Attachment #8879543 -
Flags: review?(gijskruitbosch+bugs) → review+
Comment 11•8 years ago
|
||
Pushed by jhofmann@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0d94dbc1b955
Add context-fill-opacity to back-large.svg. r=Gijs
Comment 12•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Assignee | ||
Comment 14•8 years ago
|
||
Comment on attachment 8879543 [details]
Bug 1374474 - Add context-fill-opacity to back-large.svg.
Approval Request Comment
[Feature/Bug causing the regression]: A combination of bug 1362408 and bug 1367015
[User impact if declined]: Disabled back button does not look disabled on OSX
[Is this code covered by automated tests?]: No, it's just a visual thing
[Has the fix been verified in Nightly?]: Not visible in Nightly
[Needs manual test from QE? If yes, steps to reproduce]: I doesn't require extensive tests, you just need to check that in Beta the back button looks disabled on e.g. about:home.
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: No
[Why is the change risky/not risky?]: It's just adding a missing style attribute to an SVG file.
[String changes made/needed]: None
Flags: needinfo?(jhofmann)
Attachment #8879543 -
Flags: approval-mozilla-beta?
Assignee | ||
Updated•8 years ago
|
Updated•8 years ago
|
status-firefox54:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Comment 15•8 years ago
|
||
Comment on attachment 8879543 [details]
Bug 1374474 - Add context-fill-opacity to back-large.svg.
fix back button styling on mac, beta55+
Attachment #8879543 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 16•8 years ago
|
||
bugherder uplift |
Comment 17•7 years ago
|
||
Tested this on Mac OS X 10.12 with FF 56 Beta and FF 55 release and I can confirm the fix, the back button looks disabled on about:home page.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•