Closed
Bug 60631
Opened 25 years ago
Closed 25 years ago
javascript strict warnings in EdColorPicker.js
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
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
| Assignee | ||
Comment 4•25 years ago
|
||
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.
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•25 years ago
|
||
I think I fixed them all!
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•