Closed
Bug 284126
Opened 20 years ago
Closed 20 years ago
Quick search icon is no longer showing up in the quick search bar
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: mscott, Assigned: mscott)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.18 KB,
patch
|
mscott
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
This regression had to have happened sometime very recently. The quick search drop down list (and the associated icon) are not showing up for the address book, contacts panel and main mail 3 pane quick search bars.
| Assignee | ||
Updated•20 years ago
|
| Assignee | ||
Comment 1•20 years ago
|
||
this regression happened between 02/23/2005 (works) and 02/25/2005 (fails)
| Assignee | ||
Comment 2•20 years ago
|
||
This regression was caused by Bug #282735. Backing out that patch makes the quick search button for Thunderbird's quick search boxes come back again .
Blocks: 282735
Comment 3•20 years ago
|
||
Scott, what's the XBL binding involved? Also, is there any UI in Seamonkey mailnews that uses the same widgets? I don't have a Thunderbird build on hand...
| Assignee | ||
Comment 4•20 years ago
|
||
no there is no seamonkey UI that uses this. the XBL binding is: http://lxr.mozilla.org/mozilla/source/mail/base/content/search.xml I'm guessing I need a name space on the children tag.
Comment 5•20 years ago
|
||
That's correct. In the id="searchBarDropMarker" binding, we have: 132 <content xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 133 xmlns:xbl="http://www.mozilla.org/xbl" popup="_child"> 134 <children/> So that's a <xul:children>, which shouldn't do anything special. Not only that, this is a <xul:content>. That shouldn't do anything either (I've filed bug 284342 on the fact that it does). May I ask why there is a xmlns attribute on that <content> at all? And why the xmlns:xbl attribute is there? It looks to me like both should be removed.
Comment 6•20 years ago
|
||
Scott, does this make things happy?
Attachment #175972 -
Flags: superreview?(mscott)
Attachment #175972 -
Flags: review?(mscott)
| Assignee | ||
Comment 7•20 years ago
|
||
Comment on attachment 175972 [details] [diff] [review] Patch to that effect yup that did it. I just checked this in. Thanks for the patch and fix!
Attachment #175972 -
Flags: superreview?(mscott)
Attachment #175972 -
Flags: superreview+
Attachment #175972 -
Flags: review?(mscott)
Attachment #175972 -
Flags: review+
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•