fix for #71891. r=hewitt sr=bienvenu. fix the search / filter dialog from showing

all three pickers at once in the search term.
This commit is contained in:
sspitzer%netscape.com 2001-05-01 02:48:17 +00:00
parent f5aaaf1e56
commit 33fe5b1595
5 changed files with 5 additions and 2 deletions

View File

@ -265,7 +265,7 @@
currently handles arbitrary text entry, and menulists for priority and
status
-->
<binding id="searchvalue" name="searchValue" extends="xul:deck">
<binding id="searchvalue" name="searchValue">
<!-- yeah yeah, this stuff needs to be localized. I'm working on it! -->
<content>
<xul:textbox flex="1" class="search-value-textbox"/>

View File

@ -379,6 +379,7 @@ searchoperator
searchvalue
{
display: -moz-xul-deck;
-moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchvalue);
}

View File

@ -406,6 +406,7 @@ searchoperator
searchvalue
{
display: -moz-xul-deck;
-moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchvalue);
}

View File

@ -364,6 +364,7 @@ searchoperator {
}
searchvalue {
display: -moz-xul-deck;
-moz-binding: url("chrome://messenger/content/mailWidgets.xml#searchvalue");
}

View File

@ -17,7 +17,7 @@
<children includes="menupopup"/>
</content>
<handlers>
<handler event="command" phase="capturing" action="if (event.target.localName == 'menuitem') this.selectedItem = event.target;"/>
<handler event="command" phase="capturing" action="if (event.originalTarget.localName == 'menuitem') this.selectedItem = event.originalTarget;"/>
<handler event="create">
<![CDATA[
if (event.target.parentNode == this && this.selectedItem) {