Closed
Bug 319764
Opened 19 years ago
Closed 19 years ago
JavaScript errors mixed with CSS errors
Categories
(Toolkit Graveyard :: Error Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 275265
People
(Reporter: lisandro, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.8) Gecko/20051111 Firefox/1.5
Including CSS errors in JavaScript Console is a good idea, as long as they don't interfere with JavaScript errors. Different error categories --one often resulting in functional breakdowns, the other rather in mere layout/style inconveniencies-- should be in different Console categories.
The fact that W3C's CSS standards are loosely followed by today's de-facto-industry-standard IE results in many CSS errors which can obscure JavaScript errors if you put them in the same list.
Please, separate them! Thanks a lot in advance from a slightly worn-out web programmer.
Reproducible: Always
Steps to Reproduce:
1. Make some interactive web site with much CSS styles.
2. Make some mistake with JS.
Actual Results:
You get your JS console crowded with different-natured, mixed errors.
Expected Results:
To see, succintly, what went wrong with my script, as I could with Firefox 1.0.x. If I can also see what's wrong with CSS in a different place, great!
Comment 1•19 years ago
|
||
Please search before you file a bug
*** This bug has been marked as a duplicate of 275265 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 2•19 years ago
|
||
*** Bug 323494 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•