Closed
Bug 30887
Opened 26 years ago
Closed 26 years ago
Double-click Next in new acct wizard crashes
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: laurel, Assigned: waterson)
Details
(Keywords: crash, platform-parity, Whiteboard: [PDT+] w/b minus on 3/8. fix ready)
Attachments
(2 files)
|
947 bytes,
text/plain
|
Details | |
|
879 bytes,
patch
|
Details | Diff | Splinter Review |
Using 2000-03-07-09m15 commercial build on NT 4.0
Can't reproduce on linux or mac
When in new account wizard, a double-click (by accident, of course) on a Next
button causes a crash.
1. From mail window, Edit|Account Settings.
2. Click New Account to bring up new account wizard.
3. Select mail account, click Next to get to the next panel.
4. When in next panel, double-click the Next button.
Result: crash occurs.
Note: I believe the crash may only happen when double-clicking in a panel where
incorrect/insufficient information has been entered which would cause an alert
dialog to come up.
Nevermind what I said above about the alert dialog. It crashes even when on the
last couple panels with everything filled in properly.
Keywords: crash
Comment 4•26 years ago
|
||
wierd. thanks for the stack trace, this looks like something is getting funky
when overlays get interrupted or something.
assigning to waterson, cc hyatt. The Next button loads new content in the
account wizard's IFRAME, double clicking probably results in trying to load
another document before the current one is completely loaded.
Assignee: alecf → waterson
| Assignee | ||
Comment 5•26 years ago
|
||
| Assignee | ||
Comment 6•26 years ago
|
||
The fix is trivial. Make sure we check mDocument before dereferencing it in
nsXULElement::SetAttribute().
PDT: I think we should get this in for Beta1. This fix is a no-brainer,
and there have been other reports of this bug on the newsgroups. Whenever you
try to set the 'style' attribute on a XUL element that is not in the DOM, you
crash.
| Assignee | ||
Updated•26 years ago
|
Whiteboard: fix ready
Comment 7•26 years ago
|
||
[PDT+] w/b minus on 3/8 for trivial fix in hand
Whiteboard: fix ready → [PDT+] w/b minus on 3/8. fix ready
| Assignee | ||
Comment 8•26 years ago
|
||
fix checked in, r=hyatt a=jar
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 9•26 years ago
|
||
woah, that was fast. Thanks chris.
| Reporter | ||
Comment 10•26 years ago
|
||
OK using 2000-03-08-13m15 commercial build on NT 4.0
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•