Closed
Bug 941560
Opened 12 years ago
Closed 12 years ago
Fix Line number color in "Dark theme".
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jorrete, Unassigned)
Details
Attachments
(6 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131030131730
Steps to reproduce:
Activate "Dark theme" in Firefox Nightly.
Use console.log on a script a read the output on the console.
Actual results:
The line number color is blue and difficult to read in "Dark theme".
Expected results:
The line number color should have a better contrast with the "Dark theme"
Severity: normal → minor
Component: Untriaged → Developer Tools: Console
Version: unspecified → 28 Branch
Summary: Line number color in "Dark theme" is hard to read. → Fix Line number color in "Dark theme".
Comment 1•12 years ago
|
||
Jorette, do you have any customized colors for the anchors?
(In reply to Mihai Sucan [:msucan] from comment #1)
> Jorette, do you have any customized colors for the anchors?
If you mean customized colors on style sheets of the page, no I don't.
Comment 3•12 years ago
|
||
This is what the links look like for me (on OSX).
Comment 4•12 years ago
|
||
Jorette, would you mind opening firefox with a clean profile just to double check that it is not something interacting with the colors?
I can also confirm the problem. On Windows XP with ClearType on, Firefox 28, dark theme, it's almost impossible to see the file name or line number. I have to select the text, to read it.
Comment 7•12 years ago
|
||
This is a screenshot from Windows on the current nightly (31).
Comment 8•12 years ago
|
||
(In reply to kr.kruk from comment #6)
> Created attachment 8405277 [details]
> devtools_screen.png
>
> I can also confirm the problem. On Windows XP with ClearType on, Firefox 28,
> dark theme, it's almost impossible to see the file name or line number. I
> have to select the text, to read it.
The problem doesn't appear to still exist in the latest Nightlies, so it seems that it was fixed somewhere between 28 and now. My guess is that it is resolved in the current beta 29 (which is when the main theme changes landed).
Comment 9•12 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #8)
> (In reply to kr.kruk from comment #6)
> > Created attachment 8405277 [details]
> > devtools_screen.png
> >
> > I can also confirm the problem. On Windows XP with ClearType on, Firefox 28,
> > dark theme, it's almost impossible to see the file name or line number. I
> > have to select the text, to read it.
>
> The problem doesn't appear to still exist in the latest Nightlies, so it
> seems that it was fixed somewhere between 28 and now. My guess is that it
> is resolved in the current beta 29 (which is when the main theme changes
> landed).
Actually, I can't reproduce on Windows 7 even with Firefox 28. It would be great if you could download the nightly and check to see if it is still a problem: http://nightly.mozilla.org/.
Comment 10•12 years ago
|
||
this appears to be a windows XP related bug based on the screenshots. We must have different hard-coded values for link colors on that platform (themes/windows/classic).
Comment 11•12 years ago
|
||
Not seeing it on Ubuntu for nightly 32
Comment 12•12 years ago
|
||
I'm pretty sure we had a bug to tweak the colors in the console output, which was fixed. Please reopen if you can reproduce this on Firefox 32.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•