Closed
Bug 1255873
Opened 9 years ago
Closed 8 years ago
Do not underline sources in the webconsole before hovering
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jsantell, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [btpp-fix-now])
Attachments
(1 file)
40.60 KB,
image/png
|
Details |
Some console sources, like ones from warnings or errors, already display an underline, which doesn't look good, and looks weird when hovering over it. We should have these styled no different than normal console logging messages.
Probably have to change the location node in webconsole to something other than an anchor. Would get rid of this React warning as well:
"Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>. See a > ... > Frame > a."
Comment 1•9 years ago
|
||
Marking as P1 since this is shipping with Bug 1251033
Comment 2•9 years ago
|
||
I haven't seen this underline style appear on nightly console. (I've reproduced same error messages on screen-shot but didn't see the underline source).
Is it still happened on your environment?
Flags: needinfo?(jsantell)
Reporter | ||
Comment 3•9 years ago
|
||
Not that I can see. Probably can be closed it, but maybe something working on webconsole will be more familiar.
Flags: needinfo?(jsantell)
Comment 4•8 years ago
|
||
I can't figure out how to reproduce the '(unknown)' source anymore. Do you have any ideas for a STR to confirm this isn't an issue anymore?
Flags: needinfo?(rchien)
Priority: P1 → P3
Comment 5•8 years ago
|
||
I also cannot reproduce it anymore because I forgot what's the steps I last tried.
Flags: needinfo?(rchien)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•