Closed
Bug 521573
Opened 16 years ago
Closed 16 years ago
Cannot create "Blogs & News Feed" or "Newsgroup" account
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0rc1
People
(Reporter: ssitter, Assigned: Bienvenu)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
523 bytes,
patch
|
Bienvenu
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5pre) Gecko/20091010 Shredder/3.0pre
Steps to Reproduce:
1. Start Shredder with new profile
2. Cancel the Mail Account Setup dialog
3. Cancel the System Integration dialog
4. Open menu File > New > Other Accounts...
5. Select "Blogs & News Feed" or "Newsgroup" account and click on Next
Actual results:
Nothing happens. Only canceling the Account Wizard is possible. No messages in Error Console.
Expected results:
Account creation continues.
| Reporter | ||
Comment 1•16 years ago
|
||
Works in Thunderbird 3.0pre (BuildID: 20091007032014)
Fails in Thunderbird 3.0pre (BuildID: 20091008033625)
Updated•16 years ago
|
Blocks: 515479
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking-thunderbird3+
Keywords: regression
Updated•16 years ago
|
Severity: normal → major
OS: Windows 7 → All
Hardware: x86 → All
| Assignee | ||
Comment 3•16 years ago
|
||
yikes. Nothing on the error console that I can see...
Assignee: nobody → bienvenu
| Assignee | ||
Comment 4•16 years ago
|
||
There are a lot of ways this could be fixed - I wanted to avoid the #ifdef solution, so I went with the try catch, but I'm open to suggestions.
Attachment #405689 -
Flags: review?(philringnalda)
Comment 5•16 years ago
|
||
I'm getting into my release mode, wanting to see as few characters as possible changed :)
getElementById() is perfectly happy to not find anything, so there's no need to try/catch, as long as we null-check before we use it.
Attachment #405702 -
Flags: review?(bienvenu)
| Assignee | ||
Updated•16 years ago
|
Attachment #405702 -
Flags: superreview+
Attachment #405702 -
Flags: review?(bienvenu)
Attachment #405702 -
Flags: review+
| Assignee | ||
Comment 6•16 years ago
|
||
Comment on attachment 405702 [details] [diff] [review]
Less
cool, thx, Phil. r/sr/a=me
Updated•16 years ago
|
Attachment #405689 -
Attachment is obsolete: true
Attachment #405689 -
Flags: review?(philringnalda)
Comment 7•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.0rc1
You need to log in
before you can comment on or make changes to this bug.
Description
•