Closed
Bug 20738
Opened 25 years ago
Closed 25 years ago
[blocker][DOGFOOD] password dialog in mail doesn't work/go away
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: alecf, Assigned: travis)
References
Details
bring up mail, and you get a funny looking password dialog. It doesn't go away
and mozilla starts taking up 100% CPU time
you get this on the screen:
JavaScript Error: TypeError: window.arguments has no properties
URL: chrome://global/content/commonDialog.js
so it looks like window.arguments is broken
Travis is looking into this.
Comment 1•25 years ago
|
||
I see the following errors when trying to bring up an alert:
before clearItemSelection
JavaScript Error: TypeError: window.frames["messagepane"] has no properties
URL: chrome://messenger/content/msgMail3PaneWindow.js
LineNo: 453
JavaScript Error: TypeError: window.frames["messagepane"] has no properties
URL: chrome://messenger/content/msgMail3PaneWindow.js
LineNo: 453
So I suspect it's window.* that's broken, or at least more than window.arguments
Updated•25 years ago
|
OS: Linux → All
Hardware: PC → All
Comment 2•25 years ago
|
||
I see this on Mac as well; set platform/os to all.
alecf--do you also see this problem (below) or do you think it's a different bug?
I am having problems with buttons still (even after Travis' fix).
Here are the steps I tried:
* From navigator window, Edit Preferences
* Click on "Navigator" (click it again if it doesn't display pane)
* Change Navigator starts with by clicking a different radio button
* Click OK (nothing happens--I expect window to go away)
Reporter | ||
Comment 3•25 years ago
|
||
adding waterson, because he's fixing some window event/JS stuff, may be related.
Reporter | ||
Comment 4•25 years ago
|
||
bienvenu - make sure you have the latest (as of 11:41) changes from mozilla/dom
and mozilla/rdf/content
Updated•25 years ago
|
Assignee: travis → waterson
Comment 5•25 years ago
|
||
waterson testing fix, over to him.
Comment 6•25 years ago
|
||
20714 could be the same root cause.
Updated•25 years ago
|
Assignee: waterson → travis
Comment 8•25 years ago
|
||
travis has fix, back to him.
Summary: [blocker] password dialog in mail doesn't work/go away → [blocker][DOGFOOD] password dialog in mail doesn't work/go away
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•25 years ago
|
||
travis has fixed, marking FIXED for all who are following this.
update mozilla/dom
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•25 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•