Closed
Bug 761226
Opened 12 years ago
Closed 11 years ago
System font size setting not respected by the Style Editor
Categories
(DevTools :: Style Editor, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 723909
People
(Reporter: msucan, Unassigned)
Details
(Whiteboard: [accessibility])
Ubuntu features an option to change font sizes for the entire system. The Style Editor does not respect this option: UI around the source editor is the same normal font size, even if I change the option in Ubuntu and even if the rest of the Firefox UI respects the system setting.
I assume this problem is valid on other Linux distributions as well, perhaps even Mac and Windows systems - if we hard code font sizes in our UI.
Comment 1•12 years ago
|
||
iirc, we had to force the font-size of the element in the toolbars to align them.
Reporter | ||
Comment 2•12 years ago
|
||
Maybe a solution is to use relative font-sizes or font-size-adjust. I didn't look into how we can fix these visual accessibility bugs, yet, but I definitely want to see these fixed.
Comment 3•12 years ago
|
||
(In reply to Mihai Sucan [:msucan] from comment #2)
> Maybe a solution is to use relative font-sizes or font-size-adjust. I didn't
> look into how we can fix these visual accessibility bugs, yet, but I
> definitely want to see these fixed.
Yes - of course - we try to use relative sizes as much as possible.
The alignments of these toolbars were problematic back then (the second toolbar doesn't include any text, but still, needs to follow the size of the text), but I might know how to do that now (we could add a in the toolbar).
Updated•11 years ago
|
Priority: -- → P3
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•