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)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird1.1

People

(Reporter: mscott, Assigned: mscott)

References

Details

(Keywords: regression)

Attachments

(1 file)

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.
Status: NEW → ASSIGNED
Keywords: regression
Target Milestone: --- → Thunderbird1.1
this regression happened between 02/23/2005 (works) and 02/25/2005 (fails)
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
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...
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.
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.
Scott, does this make things happy?
Attachment #175972 - Flags: superreview?(mscott)
Attachment #175972 - Flags: review?(mscott)
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+
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.

Attachment

General

Created:
Updated:
Size: