Closed
Bug 42850
Opened 25 years ago
Closed 25 years ago
JavaScript error in Prefs window
Categories
(SeaMonkey :: Preferences, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: laro, Assigned: bugs)
References
Details
Attachments
(1 file)
668 bytes,
patch
|
Details | Diff | Splinter Review |
I get a JavaScript error when I open up the Preferances. Can't destroy it
afterwards either.
WEBSHELL- = 13
*** window.arguments not found, defaulting to navigator panel
WEBSHELL+ = 14
JavaScript error:
chrome://communicator/content/pref/nsPrefWindow.js line 81: window.arguments has
no properties
JavaScript error:
chrome://communicator/content/pref/nsPrefWindow.js line 35: aPageTag is not defined
JavaScript error:
chrome://communicator/content/pref/nsPrefWindow.js line 89: hPrefWindow has no
properties
(I get this when I click on OK) ^^
JavaScript error:
chrome://communicator/content/pref/nsPrefWindow.js line 107: hPrefWindow has no
properties
(I get this when I click on Cancel) ^^
reassign to prefs area.
Component: Account Manager → Preferences
Product: MailNews → Browser
reassign to owner of default component.
Assignee: alecf → matt
QA Contact: lchiang → sairuh
Comment 3•25 years ago
|
||
CC ben since he actually wrote this.
Comment 4•25 years ago
|
||
When I go to Edit->Preferences with 2000-06-16-11 on Linux, I don't get
the errors you report, but rather:
we don't handle eBorderStyle_close yet... please fix me
WEBSHELL+ = 5
*** panel to load is = chrome://communicator/content/pref/pref-navigator.xul
WEBSHELL+ = 6
*** running closeBranches
*** foopy = true
Reporter, which build are you using?
Comment 6•25 years ago
|
||
over to ben...
Assignee: matt → ben
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•25 years ago
|
||
Comment 8•25 years ago
|
||
added patch kw --ben or alecf, could either of you review this for checkin? thx!
Keywords: patch
Comment 9•25 years ago
|
||
hrm.. I was going to but I don't know the prefwindow code that well. Let me try
today's build with the patch and see what my results are.
Comment 10•25 years ago
|
||
*** Bug 43416 has been marked as a duplicate of this bug. ***
Comment 11•25 years ago
|
||
ok, this looks good to me. Get approval from waterson@mozilla.org or
brendan@mozilla.org and I'll check it in.
Comment 12•25 years ago
|
||
Actually Ben made a better fix (see blake's comments on bug 43190), and it's in
062208. marking.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•