Closed Bug 761226 Opened 12 years ago Closed 10 years ago

System font size setting not respected by the Style Editor

Categories

(DevTools :: Style Editor, defect, P3)

All
Linux
defect

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.
iirc, we had to force the font-size of the element in the toolbars to align them.
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.
(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).
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.