Closed
Bug 768019
Opened 11 years ago
Closed 11 years ago
Cached CSS warnings are displayed as JavaScript warnings on Web Console open
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 16
People
(Reporter: paul, Assigned: msucan)
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(3 files)
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
How do you reproduce the bug? I tried this and I only see one CSS warning in the Web Console and in the Error Console.
Reporter | ||
Comment 3•11 years ago
|
||
STR: - open test.html in a new tab - switch to the tab - wait until the page is loaded - open the web console Actual Result: - JS warning "unknown property"
Assignee | ||
Comment 4•11 years ago
|
||
Ah, so I have to open the Web Console after the error happens. Thanks for the STR. I was able to reproduce now. I have a hunch what's causing this. Will look into fixing it ASAP.
Assignee | ||
Updated•11 years ago
|
Summary: CSS warnings are displayed as JavaScript warnings → Cached CSS warnings are displayed as JavaScript warnings on Web Console open
Assignee | ||
Comment 5•11 years ago
|
||
This fixes the problem for me. It is an embarrassingly simple fix: I passed the wrong argument to the function that determines the cached message category. Thanks for your report!
Reporter | ||
Updated•11 years ago
|
Attachment #636374 -
Flags: review?(paul) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 636374 [details] [diff] [review] [in-fx-team] proposed patch https://hg.mozilla.org/integration/fx-team/rev/e42cc35e45cc
Attachment #636374 -
Attachment description: proposed patch → [in-fx-team] proposed patch
Assignee | ||
Updated•11 years ago
|
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 8•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e42cc35e45cc
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 16
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•