Closed
Bug 285831
Opened 20 years ago
Closed 20 years ago
Opening accountmanager from mail compose leads to a blank account panel
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: mscott, Assigned: mscott)
Details
(Keywords: regression)
Attachments
(1 file)
|
707 bytes,
patch
|
Details | Diff | Splinter Review |
open a compose window tools / account settings notice the blank white empty accountmanager panel JS error says Error: selectedServer has no properties Source File: chrome://messenger/content/AccountManager.js Line: 170
| Assignee | ||
Updated•20 years ago
|
Keywords: regression
Target Milestone: --- → Thunderbird1.1
Comment 1•20 years ago
|
||
Mscott, I've forgotten to say in my posting on Mozillazine, that this also occurs, if you open a message and go to account settings. Maybe this information is necessary for the fix.
| Assignee | ||
Comment 2•20 years ago
|
||
I'm not sure how this code ever worked before since the compose window always ends up passing in a null server and I don't see any recent changes that would alter that behavior. Simple fix here is to make sure we don't dereference a null object, we end up selecting the first server in this case.
| Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•