Closed
Bug 682803
Opened 13 years ago
Closed 13 years ago
can't set address book in filters
Categories
(MailNews Core :: Filters, defect)
Tracking
(thunderbird7+ fixed, thunderbird8+ fixed)
RESOLVED
FIXED
Thunderbird 9.0
People
(Reporter: wsmwk, Assigned: mconley)
References
Details
(Keywords: regression)
Attachments
(1 file, 2 obsolete files)
4.54 KB,
patch
|
standard8
:
review+
standard8
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
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
Assignee | ||
Comment 1•13 years ago
|
||
This is a regression affecting TB 7.0+, caused by bug 652855.
I'll take it.
Assignee: nobody → mconley
tracking-thunderbird7:
--- → ?
Assignee | ||
Comment 2•13 years ago
|
||
First pass at a patch. Try builds available here: http://build.mozillamessaging.com/tinderboxpushlog/?tree=ThunderbirdTry&rev=b2872daffa2b
Comment 4•13 years ago
|
||
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 ;-)
Updated•13 years ago
|
Reporter | ||
Comment 5•13 years ago
|
||
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
Assignee | ||
Comment 6•13 years ago
|
||
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
Assignee | ||
Comment 7•13 years ago
|
||
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 8•13 years ago
|
||
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+
Assignee | ||
Comment 9•13 years ago
|
||
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?
Updated•13 years ago
|
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+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 10•13 years ago
|
||
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
status-thunderbird7:
--- → fixed
status-thunderbird8:
--- → fixed
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.
Description
•