Closed
Bug 147841
Opened 23 years ago
Closed 23 years ago
Error: warnCheckbox has no properties
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: brant, Assigned: bugs)
References
()
Details
(Keywords: polish, regression)
Attachments
(1 file)
1.00 KB,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0+)
Gecko/20020528
BuildID: 2002052809
There is a an Error: warnCheckbox has no properties error in the JavaScript
Console when I use the Privacy > Images preferences.
Reproducible: Always
Steps to Reproduce:
1. Open preferences.
2. Expand Privacy & Security.
3. Click Images.
Actual Results: An error appears in the JavaScript console:
Error: warnCheckbox has no properties
Source File: chrome://cookie/content/pref-images.xul
Line: 71
Expected Results: There should be no error.
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
CCing people responsible for introducing this minor regression.
Assignee: bnesse → ben
Component: Preferences: Backend → Preferences
QA Contact: rvelasco → sairuh
Comment 3•23 years ago
|
||
Comment on attachment 85432 [details] [diff] [review]
Proposed patch
fix this the right way, don't just comment out the offending code.
all you needed to do was put a
if (!warnCheckbox) return;
Attachment #85432 -
Flags: needs-work+
Comment 4•23 years ago
|
||
Comment on attachment 85432 [details] [diff] [review]
Proposed patch
alecf: I did it that way to match the previous comment that caused the
regression.
Reporter | ||
Comment 5•23 years ago
|
||
This appears to be fixed in 2002060616 on Windows XP Home Edition.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•