Closed
Bug 704182
Opened 13 years ago
Closed 13 years ago
webconsole forces wacky lists on GCLI
Categories
(DevTools :: Console, defect, P1)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 12
People
(Reporter: jwalker, Assigned: jwalker)
References
Details
Attachments
(1 file, 1 obsolete file)
4.39 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
Whenever GCLI uses an <li> element it gets a crazy bullet The real problem is that list-item-type inherits, where -moz-image-region doesn't. So any <li> in GCLI's output look silly.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jwalker
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
This fixes bug 704181 and this bug There are separate issues with fonts on linux which we're not tacking here. See bug 705109. Half of me wants to split out the font declaration into font-size and font-family, just to be clearer, but I don't think that's policy, so I've left it as is. I have not goune round and tested it on all platforms yet. Will do before r?
Attachment #580018 -
Flags: feedback?(paul)
Attachment #580018 -
Flags: feedback?(mihai.sucan)
Comment 2•13 years ago
|
||
Comment on attachment 580018 [details] [diff] [review] upload 1 Review of attachment 580018 [details] [diff] [review]: ----------------------------------------------------------------- Patch looks fine for me.
Attachment #580018 -
Flags: feedback?(mihai.sucan) → feedback+
Comment 3•13 years ago
|
||
Comment on attachment 580018 [details] [diff] [review] upload 1 You should delete this empty block: .hud-msg-node { }
Assignee | ||
Comment 4•13 years ago
|
||
This fixes bug 704181 and this bug. There are separate issues with fonts on linux which we're not tacking here. See bug 705109. In essence we're moving: * the font styling from hud-output-node and * the bullet styling from hud-msg-node and putting both bits of styling on webconsole-msg-body and the font styling on webconsole-timestamp. It's fairly simple and had been looked at by mihai and paul already. Thanks. (fwiw https://tbpl.mozilla.org/?tree=Try&rev=50ee924570b4)
Attachment #580018 -
Attachment is obsolete: true
Attachment #580018 -
Flags: feedback?(paul)
Attachment #580354 -
Flags: review?(dao)
Comment 5•13 years ago
|
||
Comment on attachment 580354 [details] [diff] [review] upload 2 >+ font: 12px "DejaVu Sans Mono", monospace; I don't understand why you're hard-coding a font size and family here, other than the generic monospace.
Attachment #580354 -
Flags: review?(dao) → review-
Assignee | ||
Comment 6•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #5) > Comment on attachment 580354 [details] [diff] [review] > upload 2 > > >+ font: 12px "DejaVu Sans Mono", monospace; > > I don't understand why you're hard-coding a font size and family here, other > than the generic monospace. As I said: > There are separate issues with fonts on linux which we're not tacking here. > See bug 705109.
Comment 7•13 years ago
|
||
Bug 705109 appears to be something different. It refers to Display.resizer. Also, what I said isn't limited to Linux, and I don't see why you wouldn't handle it here in this bug that's specifically about fonts.
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #7) > Bug 705109 appears to be something different. It refers to Display.resizer. > Also, what I said isn't limited to Linux, and I don't see why you wouldn't > handle it here in this bug that's specifically about fonts. Sorry - wrong number. It's bug 706047. That bug does not mention Linux, however the issues are not the same - if you take away the font names, on Linux, things look OK. On Windows/Mac, they look very broken. Either way, this isn't relevant to this bug. Here we're solving the problem of web console specifying font in the wrong place. That bug is about fixing the way fonts are specified.
Assignee | ||
Comment 9•13 years ago
|
||
Hey Dão - This bug is still awaiting your attention. Please could you mark it r+ or address my reply in comment 8? Thanks!
Assignee | ||
Comment 10•13 years ago
|
||
Hey Dão, please could you take a quick look at this bug? Thanks.
Updated•13 years ago
|
Attachment #580354 -
Flags: review- → review+
Assignee | ||
Comment 11•13 years ago
|
||
https://tbpl.mozilla.org/?tree=Fx-Team&rev=9ea2996a1f3c
Whiteboard: [landed-in-fxteam]
Comment 12•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8409adc46f14
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [landed-in-fxteam]
Target Milestone: --- → Firefox 12
Updated•13 years ago
|
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•