Closed
Bug 1399567
Opened 7 years ago
Closed 7 years ago
[macOS] [Photon] The Security text and the URL text are not centered vertically in the Location Bar
Categories
(Firefox :: Theme, defect, P1)
Tracking
()
VERIFIED
FIXED
Firefox 58
People
(Reporter: mehmetxsahin, Assigned: dao)
References
(Blocks 1 open bug)
Details
(Whiteboard: [reserve-photon-visual])
Attachments
(3 files)
865.54 KB,
image/png
|
Details | |
59 bytes,
text/x-review-board-request
|
johannh
:
review+
Sylvestre
:
approval-mozilla-beta+
|
Details |
53.49 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3213.3 Safari/537.36
Steps to reproduce:
57.0a1 (2017-09-13) (64-Bit)
macOS 10.12.6
1.) Visit any page e.g. https://www.mozilla.org/
2.) Take a look at the position of the Security text (Mozilla Corporation [US]) and the URL (https://www.mozilla.org/de/)
Actual results:
They are not vertically aligned in the Location Bar.
Expected results:
Both texts could be 1px higher and if you highlight the URL, the highlight could have 1px more blue highlight at the bottom.
Screenshots are attached.
Assignee | ||
Updated•7 years ago
|
Whiteboard: [photon-visual][triage]
Updated•7 years ago
|
Priority: -- → P4
Assignee | ||
Comment 1•7 years ago
|
||
There's this old code adding more padding on the top than on the bottom on Mac:
http://searchfox.org/mozilla-central/rev/f6dc0e40b51a37c34e1683865395e72e7fca592c/browser/themes/osx/browser.css#372
We probably just need to remove this.
Blocks: photon-visual
Whiteboard: [photon-visual][triage] → [reserve-photon-visual]
Assignee | ||
Updated•7 years ago
|
Flags: qe-verify+
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → dao+bmo
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: P4 → P1
Updated•7 years ago
|
QA Contact: ovidiu.boca
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8912213 [details]
Bug 1399567 - Remove uneven vertical padding from urlbar and searchbar input boxes on Mac.
https://reviewboard.mozilla.org/r/183586/#review188766
Looks good to me.
Attachment #8912213 -
Flags: review?(jhofmann) → review+
Hello. Thank you for looking into it. Just only one question: I didn‘t mentioned that the text is also not vertically aligned in the Search Bar. Does your fix also consider the Search Bar or should I file a separate report for it? Thanks in advance.
Assignee | ||
Comment 5•7 years ago
|
||
(In reply to Mehmet from comment #4)
> Hello. Thank you for looking into it. Just only one question: I didn‘t
> mentioned that the text is also not vertically aligned in the Search Bar.
> Does your fix also consider the Search Bar
It doesn't but it should. Somehow I missed the relevant searchbar-specific code when I looked for it.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8912213 -
Flags: review+ → review?(jhofmann)
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8912213 [details]
Bug 1399567 - Remove uneven vertical padding from urlbar and searchbar input boxes on Mac.
https://reviewboard.mozilla.org/r/183586/#review189162
Attachment #8912213 -
Flags: review?(jhofmann) → review+
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fba4fab273da
Remove uneven vertical padding from urlbar and searchbar input boxes on Mac. r=johannh
Comment 9•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Reporter | ||
Comment 10•7 years ago
|
||
Hello Dão,
from https://hg.mozilla.org/mozilla-central/rev/fba4fab273da this issue should be fixed in latest Trunk 2017-09-28-10-01-23, but I still can reproduce the issue.
I am using a MacBook Air Non-Retina and macOS 10.12.6.
Can you still reproduce it too?
Assignee | ||
Comment 11•7 years ago
|
||
(In reply to Mehmet from comment #10)
> Hello Dão,
>
> from https://hg.mozilla.org/mozilla-central/rev/fba4fab273da this issue
> should be fixed in latest Trunk 2017-09-28-10-01-23, but I still can
> reproduce the issue.
>
> I am using a MacBook Air Non-Retina and macOS 10.12.6.
Could you please attach a screenshot?
> Can you still reproduce it too?
I'm not on Mac...
Reporter | ||
Comment 12•7 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #11)
> (In reply to Mehmet from comment #10)
> > Hello Dão,
> >
> > from https://hg.mozilla.org/mozilla-central/rev/fba4fab273da this issue
> > should be fixed in latest Trunk 2017-09-28-10-01-23, but I still can
> > reproduce the issue.
> >
> > I am using a MacBook Air Non-Retina and macOS 10.12.6.
>
> Could you please attach a screenshot?
>
> > Can you still reproduce it too?
>
> I'm not on Mac...
Of course. Please find it attached. Thanks.
Reporter | ||
Comment 13•7 years ago
|
||
I think you can leave it as it is. Adjusting it will probably cause a lot of work than that it brings any benefits. Thank you.
Assignee | ||
Comment 14•7 years ago
|
||
(In reply to Mehmet from comment #13)
> I think you can leave it as it is. Adjusting it will probably cause a lot of
> work than that it brings any benefits. Thank you.
Agreed. 5px at the top and 4px at the bottom means that if we move the text up further, it will be off-center again, just in the opposite direction.
Assignee | ||
Comment 15•7 years ago
|
||
Comment on attachment 8912213 [details]
Bug 1399567 - Remove uneven vertical padding from urlbar and searchbar input boxes on Mac.
Approval Request Comment
[Feature/Bug causing the regression]: photon-visual polish
[User impact if declined]: location bar text is slightly misaligned vertically on Mac
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: not formally yet, but see previous comments
[Needs manual test from QE? If yes, steps to reproduce]:
[List of other uplifts needed for the feature/fix]: /
[Is the change risky?]: no
[Why is the change risky/not risky?]: just removing some obsolete Mac-specific CSS
[String changes made/needed]: /
Attachment #8912213 -
Flags: approval-mozilla-beta?
Updated•7 years ago
|
status-firefox57:
--- → affected
Comment 16•7 years ago
|
||
Comment on attachment 8912213 [details]
Bug 1399567 - Remove uneven vertical padding from urlbar and searchbar input boxes on Mac.
Polish photon, taking it.
Should be in 57b5
Attachment #8912213 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•7 years ago
|
Summary: [macOS] [Phoron] The Security text and the URL text are not centered verically in the Location Bar → [macOS] [Photon] The Security text and the URL text are not centered verically in the Location Bar
Updated•7 years ago
|
Summary: [macOS] [Photon] The Security text and the URL text are not centered verically in the Location Bar → [macOS] [Photon] The Security text and the URL text are not centered vertically in the Location Bar
Comment 17•7 years ago
|
||
bugherder uplift |
Comment 18•7 years ago
|
||
I will mark this as verified based on comment 13 and comment 14.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•