Closed
Bug 1381008
Opened 8 years ago
Closed 8 years ago
Identity block hover background slightly overlaps the border on Mac
Categories
(Firefox :: Theme, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox57 | --- | verified |
People
(Reporter: johannh, Assigned: daleharvey)
References
Details
(Whiteboard: [photon-visual][p3])
Attachments
(2 files)
See screenshot. It's quite visible to me, even zoomed out. I don't think this is happening on other platforms.
Flags: qe-verify+
Updated•8 years ago
|
Priority: -- → P2
QA Contact: brindusa.tot
Whiteboard: [photon-visual][triage] → [photon-visual]
Updated•8 years ago
|
Whiteboard: [photon-visual] → [photon-visual][p3]
Updated•8 years ago
|
Assignee: nobody → dharvey
Status: NEW → ASSIGNED
Priority: P2 → P1
Updated•8 years ago
|
Iteration: --- → 56.3 - Jul 24
Updated•8 years ago
|
Iteration: 56.3 - Jul 24 → 56.4 - Aug 1
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8892493 [details]
Bug 1381008 - Dont enlarge identify box while inactive.
https://reviewboard.mozilla.org/r/163476/#review168846
::: browser/themes/osx/browser.css:649
(Diff revision 1)
> #urlbar:not([focused="true"]) > #identity-box {
> margin-top: -1px;
> margin-bottom: -1px;
> padding-top: 3px;
> padding-bottom: 3px;
> }
Is this still needed? Windows and Linux don't have it and the styling should be consistent across platforms, right? The focus ring is slightly different on Mac but I don't see how this would make a difference here.
Assignee | ||
Comment 3•8 years ago
|
||
> Is this still needed? Windows and Linux don't have it and the styling
> should be consistent across platforms, right? The focus ring is slightly
> different on Mac but I don't see how this would make a difference here.
I don't think so, I generally err on the side of touching as few things as possible, not sure what this was for but doesnt look to be needed any more
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8892493 [details]
Bug 1381008 - Dont enlarge identify box while inactive.
https://reviewboard.mozilla.org/r/163476/#review168872
Okay, please get rid of that rule.
::: browser/themes/osx/browser.css:642
(Diff revision 1)
> %include ../shared/identity-block/identity-block.inc.css
>
> #identity-box {
> padding-top: 2px;
> padding-bottom: 2px;
> }
Should also check if this is still needed.
Attachment #8892493 -
Flags: review?(dao+bmo)
Comment hidden (mozreview-request) |
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8892493 [details]
Bug 1381008 - Dont enlarge identify box while inactive.
https://reviewboard.mozilla.org/r/163476/#review169138
Attachment #8892493 -
Flags: review?(dao+bmo) → review+
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/54f838a5c2e1
Dont enlarge identify box while inactive. r=dao
Updated•8 years ago
|
Iteration: 56.4 - Aug 1 → 57.1 - Aug 15
Comment 8•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Reporter | ||
Comment 9•8 years ago
|
||
Updated•8 years ago
|
QA Contact: brindusa.tot → ovidiu.boca
Comment 10•8 years ago
|
||
I verified this on Mac OS X 10.10 with Nightly 57.0a1(2017-08-18) and I can confirm the fix.
I also have a question: When I hover the mouse over "Nightly" from the URL bar (Entity Lable) this becomes grayer, from #FFFFFF to #F2F2F2, this is the intended color? From my point of view, I think this action should be more visible.
I will mark this as verified fixed, based on the fact that the initial issue is no longer reproducible.
Status: RESOLVED → VERIFIED
Flags: qe-verify+ → needinfo?(dharvey)
Assignee | ||
Comment 11•8 years ago
|
||
Yup it is intented to be a subtle hover change, thanks
Flags: needinfo?(dharvey)
You need to log in
before you can comment on or make changes to this bug.
Description
•