Closed
Bug 905312
Opened 11 years ago
Closed 11 years ago
Too many different monospace fonts in Developer tools
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: fvsch, Assigned: harth)
References
Details
Attachments
(3 files)
The Developer Tools use at least 3 different monospace font families for code/monospace text. See the attached screenshot for an example in Firefox 24 on OSX, with a funky-looking user-defined font for web page text (that's font number 2 in the screenshot).
I’d argue that using a single font family makes more design sense.
Also, users might be puzzled if their pref for monospace fonts (from “Preferences > Content > Fonts & Colors > Monospace”) that usually apply to Web content also alter the Devtools UI. (Although the source view in FF has always done that.)
Updated•11 years ago
|
Reporter | ||
Comment 1•11 years ago
|
||
After updating to FF 25.0a2, I’m only seeing 2 fonts instead of 3.
- Console: seems to be using the system default (looks like Menlo in my case).
- Inspector, Debugger, Style Editor: seem to be using the user pref (with a fixed size in Inspector, and the user-defined size in Debugger and Style Editor).
It might still be a good thing to use the same font (from the same source) in Console and the other tools.
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → fayearthur
Assignee | ||
Comment 2•11 years ago
|
||
This patch makes devtools use only one monospace font. Any element that had a monospace font now gets the "devtools-monospace" class. I didn't touch the source editor, the two fonts happen to be in sync right now though.
In addition, the CSS autocomplete popup now uses a monospace font.
The monospace font size was increased a bit on OS X, after many (a ton) of complaints about it being too small. It was decreased a bit on Linux. It looks on par with the source editor now.
Try builds:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/fayearthur@gmail.com-77304d6970af
Attachment #794251 -
Flags: review?(paul)
Updated•11 years ago
|
Attachment #794251 -
Flags: review?(paul) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Try tests running:
https://tbpl.mozilla.org/?tree=Try&rev=e4ac1844ed66
Assignee | ||
Comment 4•11 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 26
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•