Closed
Bug 304233
Opened 19 years ago
Closed 19 years ago
preference has no properties chrome://global/content/bindings/preferences.xml (line 1021)
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: ronny.perinke, Assigned: ronny.perinke)
References
()
Details
(Keywords: fixed1.8)
Attachments
(1 file, 1 obsolete file)
|
2.89 KB,
patch
|
mconnor
:
review+
mconnor
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8b4) Gecko/20050810 Firefox/1.0+ (Sephiroth/AXP) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8b4) Gecko/20050810 Firefox/1.0+ (Sephiroth/AXP) In Firefox 1.0+ builds: closing the new advanced javascript settings (since 20050810) causes the following error to occur in js console: Error: preference has no properties Source: chrome://global/content/bindings/preferences.xml Line: 1021 Reproducible: Always Steps to Reproduce: 1. open the js console 2. open to the content prefs 3. open the advanced js options (for build with bug <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=299424">#299424</a> fixed) 4. close advanced js options window and have a look at the js console Actual Results: Error: preference has no properties Source: chrome://global/content/bindings/preferences.xml Line: 1021 Expected Results: no error
Comment 1•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050810 Firefox/1.0+ ID:2005081006 Confirmed
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
| Assignee | ||
Comment 2•19 years ago
|
||
I noticed another problem: the button for the advanced js settings should be disabled when javascript is disabled. (a regression from bug #299424 https://bugzilla.mozilla.org/show_bug.cgi?id=299424) the patch fixes both bugs, the initial one and this one. console errors for both where: TypeError: button has no properties *** No preference found for pref.advanced.javascript.disable_button.advanced 1st caused by http://lxr.mozilla.org/seamonkey/source/browser/components/preferences/content.xul#124 2nd caused by http://lxr.mozilla.org/seamonkey/source/browser/components/preferences/content.xul#131
Attachment #192319 -
Flags: superreview?
Attachment #192319 -
Flags: review?
Updated•19 years ago
|
Attachment #192319 -
Flags: superreview?
Attachment #192319 -
Flags: review?(mconnor)
Attachment #192319 -
Flags: review?
Comment 3•19 years ago
|
||
Comment on attachment 192319 [details] [diff] [review] fixex tow problems 1.) initial problem (preference has no properties) and 2.) advanced js button stil active when js disabled We need to add this new pref to the <preferences> element, not remove it, since that lets sysadmins lock down the panel.
Attachment #192319 -
Flags: review?(mconnor) → review-
| Assignee | ||
Comment 4•19 years ago
|
||
- added the new pref to the <preferences> element instead of removing it (sry, didn't noticed that)
Attachment #192319 -
Attachment is obsolete: true
Attachment #192323 -
Flags: review?
Comment 5•19 years ago
|
||
Comment on attachment 192323 [details] [diff] [review] updated patch You need to ask for review from someone specifically, otherwise it won't be noticed.
Attachment #192323 -
Flags: review? → review?(mconnor)
Comment 6•19 years ago
|
||
Comment on attachment 192323 [details] [diff] [review] updated patch r+a=me, minus the tabs in the first section of the patch. Good catch, btw.
Attachment #192323 -
Flags: review?(mconnor)
Attachment #192323 -
Flags: review+
Attachment #192323 -
Flags: approval1.8b4+
Updated•19 years ago
|
Assignee: nobody → ronny.perinke
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Firefox1.1
Version: unspecified → Trunk
Comment 7•19 years ago
|
||
Checked in trunk and branch, thanks for the patch Ronny! Trunk: Checking in content.xul; /cvsroot/mozilla/browser/components/preferences/content.xul,v <-- content.xul new revision: 1.12; previous revision: 1.11 done 1.8 Branch: Checking in content.xul; /cvsroot/mozilla/browser/components/preferences/content.xul,v <-- content.xul new revision: 1.11.2.1; previous revision: 1.11 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•