Closed
Bug 354010
Opened 19 years ago
Closed 19 years ago
No error dialog when attempting to create multiple lists of the same name in separate address books
Categories
(Thunderbird :: Address Book, defect)
Thunderbird
Address Book
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kirk, Assigned: standard8)
References
Details
(Keywords: fixed1.8.1.2, regression)
Attachments
(1 file)
|
3.55 KB,
patch
|
Bienvenu
:
review+
Bienvenu
:
superreview+
mscott
:
approval-thunderbird2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Cannot create multiple lists of the same name in seperate address books
Reproducible: Always
Steps to Reproduce:
1. Set up two address books.
2. Set up a list in the first address book.
3. Attempt to set up a list of the same name in the second address book.
4. OK button does nothing. Program does not crash, but wil not continue.
5. It should allow this, or at the very least, display a warning message.
Comment 1•19 years ago
|
||
I can confirm this behaviour in TB 1.5.0.5 under Windows 2000.
| Assignee | ||
Comment 2•19 years ago
|
||
There should be an alert present somewhere.
Can you check the error or javascript console (under the Tools menu) and paste any errors that appear when pressing the ok button here please?
| Reporter | ||
Comment 3•19 years ago
|
||
This is the error I get in the javascript console.
Error: gAddressBookBundle is not defined
Source File: chrome://messenger/content/addressbook/abMailListDialog.js
Line: 72
| Assignee | ||
Comment 4•19 years ago
|
||
Thanks for the error message.
The problem with not allowing mailing lists with the same name in separate address books is bug 170296.
The problem with no error message being produced is a valid bug on Thunderbird trunk (and branch I guess) which should be fixed (SeaMonkey does not have this bug).
So rather than duplicate this bug to bug 170296 and open another one, I'll change the title from:
Cannot create multiple lists of the same name in seperate address books
to
No error dialog when attempting to create multiple lists of the same name in seperate address books
I already have an idea as to how I want to fix this.
Assignee: mscott → bugzilla
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Summary: Cannot create multiple lists of the same name in seperate address books → No error dialog when attempting to create multiple lists of the same name in seperate address books
Version: unspecified → Trunk
Summary: No error dialog when attempting to create multiple lists of the same name in seperate address books → No error dialog when attempting to create multiple lists of the same name in separate address books
| Assignee | ||
Updated•19 years ago
|
Depends on: 279176
Keywords: regression
| Assignee | ||
Comment 5•19 years ago
|
||
This fixes the regression from bug 279176 by porting that patch to TB - it turns out that abMailListDialog.js issn't forked but abCommon.js was, so I'd obviously missed that when I fixed it.
Attachment #253220 -
Flags: superreview?(bienvenu)
Attachment #253220 -
Flags: review?(bienvenu)
Attachment #253220 -
Flags: approval-thunderbird2?
Updated•19 years ago
|
Attachment #253220 -
Flags: superreview?(bienvenu)
Attachment #253220 -
Flags: superreview+
Attachment #253220 -
Flags: review?(bienvenu)
Attachment #253220 -
Flags: review+
| Assignee | ||
Comment 6•19 years ago
|
||
Patch checked into trunk, bug is fixed (still awaiting branch approval).
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 7•19 years ago
|
||
Comment on attachment 253220 [details] [diff] [review]
Fix v1
thanks Mark.
Attachment #253220 -
Flags: approval-thunderbird2? → approval-thunderbird2+
You need to log in
before you can comment on or make changes to this bug.
Description
•