Closed Bug 682803 Opened 13 years ago Closed 13 years ago

can't set address book in filters

Categories

(MailNews Core :: Filters, defect)

x86_64
Windows 7
defect
Not set
major

Tracking

(thunderbird7+ fixed, thunderbird8+ fixed)

RESOLVED FIXED
Thunderbird 9.0
Tracking Status
thunderbird7 + fixed
thunderbird8 + fixed

People

(Reporter: wsmwk, Assigned: mconley)

References

Details

(Keywords: regression)

Attachments

(1 file, 2 obsolete files)

another AB regression. I used trunk. Didn't test v6

1. Filters | New
2. pick From
3. pick "is in my address book"

No ABs listed

error console ...
Warning: XUL box for stringbundleset element contained an inline stringbundle child, forcing all its children to be wrapped in a block.
Source File: chrome://messenger/content/FilterEditor.xul
Line: 0
This is a regression affecting TB 7.0+, caused by bug 652855.

I'll take it.
Assignee: nobody → mconley
Attached patch Patch v1 (obsolete) — Splinter Review
First pass at a patch.  Try builds available here:  http://build.mozillamessaging.com/tinderboxpushlog/?tree=ThunderbirdTry&rev=b2872daffa2b
Comment on attachment 556600 [details] [diff] [review]
Patch v1

>+        <xul:menupopup class="search-value-popup">

I think using "class="addrbooksPopup" and a few attributes would mean you can just reuse the existing code ;-)
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/try-builds/mconley@mozilla.com-b2872daffa2b/try-win32/ WFM on two systems - laptop, and the system on which I reported the bug.

nothing in error console other than 
Warning: XUL box for stringbundleset element contained an inline stringbundle child, forcing all its children to be wrapped in a block.
Source File: chrome://messenger/content/FilterEditor.xul
Line: 0
Attached patch Patch v2 (obsolete) — Splinter Review
Thanks for the tip, Standard8 - done.  Tests were failing on OSX - fixed, hopefully.

Try results arriving here:  http://build.mozillamessaging.com/tinderboxpushlog/?tree=ThunderbirdTry&rev=e92d9805fa84
Attachment #556600 - Attachment is obsolete: true
Comment on attachment 556873 [details] [diff] [review]
Patch v2

Try builds look OK.
Attachment #556873 - Flags: review?(mbanner)
Attachment #556873 - Flags: approval-comm-beta?
Attachment #556873 - Flags: approval-comm-aurora?
Comment on attachment 556873 [details] [diff] [review]
Patch v2

+        <xul:menupopup class="addrbooksPopup">
         </xul:menupopup>

nit: we can make this just:

<xul:menupopup class="addrbooksPopup"/>
Attachment #556873 - Flags: review?(mbanner)
Attachment #556873 - Flags: review+
Attachment #556873 - Flags: approval-comm-beta?
Attachment #556873 - Flags: approval-comm-beta+
Attachment #556873 - Flags: approval-comm-aurora?
Attachment #556873 - Flags: approval-comm-aurora+
Standard8 spotted this - we only want to display local address books.  Modified the test case to check for this.
Attachment #556873 - Attachment is obsolete: true
Attachment #557278 - Flags: review?(mbanner)
Attachment #557278 - Flags: approval-comm-beta?
Attachment #557278 - Flags: approval-comm-aurora?
Attachment #557278 - Flags: review?(mbanner)
Attachment #557278 - Flags: review+
Attachment #557278 - Flags: approval-comm-beta?
Attachment #557278 - Flags: approval-comm-beta+
Attachment #557278 - Flags: approval-comm-aurora?
Attachment #557278 - Flags: approval-comm-aurora+
Keywords: checkin-needed
Checked in:

http://hg.mozilla.org/comm-central/rev/c289427bf241
http://hg.mozilla.org/releases/comm-aurora/rev/121d0daa0447
http://hg.mozilla.org/releases/comm-beta/rev/b1112e39c4b1
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 9.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: