Closed
Bug 768019
Opened 13 years ago
Closed 13 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•13 years ago
|
||
| Assignee | ||
Comment 2•13 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•13 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•13 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•13 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•13 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•13 years ago
|
Attachment #636374 -
Flags: review?(paul) → review+
| Assignee | ||
Comment 7•13 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•13 years ago
|
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 16
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•