Closed
Bug 1475507
Opened 7 years ago
Closed 7 years ago
Small font size in active tab and address bar
Categories
(Core :: Widget: Cocoa, defect, P3)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: katherine.steffen, Unassigned, NeedInfo)
Details
(Keywords: correctness, Whiteboard: [gfx-noted])
Attachments
(1 file)
|
19.16 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180704003137
Steps to reproduce:
Open Firefox (61.0.1, 64 bit, MacBook Pro max OS High Sierra 10.13.5)
Actual results:
The font in the active tab and in the address bar is a lot smaller then "usual".
Expected results:
The font size should't change and be bigger.
| Reporter | ||
Updated•7 years ago
|
OS: Unspecified → Mac OS X
Summary: Small font in active tab and address bar → Small font size in active tab and address bar
Comment 1•7 years ago
|
||
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0 (20180704003137)
I have tested this report on OS X 10.13.6 using latest Nightly, Beta 62.0b9 and Firefox release build. I did not manage to reproduce it. When loading any page the font in the active tab and in the URL bar are displayed correctly on my machine.
Can you reproduce this issue on any random page?
Did you make any specific changes in about:preferences => Fonts & Colors section?
Could you provide the about:support page of your browser?
Please change if this is not the correct component.
Component: Untriaged → Graphics: Text
Flags: needinfo?(katherine.steffen)
Product: Firefox → Core
Updated•7 years ago
|
Comment 2•7 years ago
|
||
Need more information, closing, please reopen with more information.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Comment 3•7 years ago
|
||
It looks to me like for some reason we've failed to apply the proper 2x scaling for a retina display when rendering those elements, which would imply that we failed to get the correct appUnitsPerDevicePixel for a device context.
I suspect this was more likely a Widget issue than Graphics (or Layout), as that's where we interact with the OS to determine the backing scale factor of the views. Moving to Widget:Cocoa, though unless we can get more information or somehow reproduce the problem, there may not be much we can do to track it down.
Component: Graphics: Text → Widget: Cocoa
Resolution: INVALID → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•