Bug 383936 - Continue synchronisation of xpfe autocomplete with toolkit autocomplete

p=Philip Chee <philip.chee@gmail.com>
r=neil@parkwaycc
This commit is contained in:
asqueella@gmail.com 2007-07-17 13:56:07 -07:00
Родитель 29fc3d0d23
Коммит eed2bb98a5
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -15,7 +15,7 @@
<content sizetopopup="pref">
<xul:hbox class="autocomplete-textbox-container" flex="1" align="center">
<children includes="image|deck">
<children includes="image|deck|stack">
<xul:image class="autocomplete-icon" allowevents="true"/>
</children>
@ -24,8 +24,9 @@
flex="1" allowevents="true"
xbl:inherits="tooltiptext=inputtooltiptext,onfocus,onblur,value,type,maxlength,disabled,size,readonly,userAction"/>
</xul:hbox>
<children includes="hbox"/>
</xul:hbox>
<xul:dropmarker class="autocomplete-history-dropmarker" allowevents="true"
xbl:inherits="open,hidden=disablehistory" anonid="historydropmarker"/>