Closed Bug 60631 Opened 25 years ago Closed 25 years ago

javascript strict warnings in EdColorPicker.js

Categories

(MailNews Core :: Composition, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9

People

(Reporter: bugzilla, Assigned: cmanske)

Details

JavaScript strict warning: chrome://editor/content/EdColorPicker.js line 138: reference to undefined property window.arguments[1].NoDefault
reassign to editor
Assignee: ducarroz → beppe
assign to cmanske
Target Milestone: --- → mozilla0.9
Really giving to cmanske this time. ;-)
Assignee: beppe → cmanske
I'm inclined not to fix this -- how important is it? It's another simple case of a "flag" attribute on a JS object that is tested for "true", but the attribute was not explicitly set on the object, thus the null attribute is correctly interpreted as "false", but generates this error. To remove warning, this attribute ("NoDefault") would have to be set to "false" by all callers of the color picker -- in 3 different places in the JS.
Status: NEW → ASSIGNED
I think I fixed them all!
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Verified Linux 20010106
Status: RESOLVED → VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.