Closed
Bug 219957
Opened 22 years ago
Closed 22 years ago
Warnings should not always get repeated 13 times
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 104549
People
(Reporter: bugzilla.mozilla.org, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030917 Firebird/0.6.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030916
If I have a line of code in a javascript like
this.isIE = (document.all) ? true : false;
I get
Warning: reference to undefined property window.ActiveXObject
Source File: http://inetdev.bcg.com/purchase_dev/javascript/transformatorClass.js
Line: 410
in the javascript console AND in the Venkman interactive Session pane repeated
13 (thirteen) times for every single occurance of that or similar code.
Since it gets put out in the JS console and in Venkman too I put this in the JS
Engine category.
Reproducible: Always
Steps to Reproduce:
line of code that causes a warning message
Actual Results:
warning repeaded 13 times
Expected Results:
issue just one line of warning
Reporter | ||
Comment 1•22 years ago
|
||
*** Bug 218410 has been marked as a duplicate of this bug. ***
Comment 2•22 years ago
|
||
---> DOM Level 0
This is a duplicate of bug 104549, "Too many duplicate warnings in JS Console on
referencing an undefined variable or object property with strict warnings enabled"
Assignee: rogerl → dom_bugs
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → DOM Level 0
Ever confirmed: true
QA Contact: pschwartau → ashishbhatt
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 104549 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•