Changeset 1125

Show
Ignore:
Timestamp:
2008-11-04 14:40:59 (2 months ago)
Author:
MaierMan
Message:

platform compat: use blank autocomplete to avoid different heights

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/common/bindings.xml

    r1103 r1125  
    279279                                        <xul:menupopup anonid="types"/> 
    280280                                </xul:menulist> 
    281                                 <xul:textbox anonid="hash" flex="1" xbl:inherits="readonly,disabled"/> 
     281                                <xul:textbox anonid="hash" flex="1" xbl:inherits="readonly,disabled" type="autocomplete" /> 
    282282                        </xul:hbox> 
    283283                </content> 
  • trunk/chrome/content/dta/addurl.xul

    r1093 r1125  
    7474                        <row align="center"> 
    7575                                <label control="address" value="&url.value;:"/> 
    76                                 <textbox id="address" type="autocomplete" autocompletesearch="history" completedefaultindex="true" height="21"/> 
     76                                <textbox id="address" type="autocomplete" autocompletesearch="history" completedefaultindex="true"/> 
    7777                        </row> 
    7878                        <row align="center"> 
    7979                                <label control="URLref" id="URLrefTitle" value="&referrer.value;" style="font-style: italic;" /> 
    80                                 <textbox id="URLref" type="autocomplete" autocompletesearch="history" completedefaultindex="true" height="21" /> 
     80                                <textbox id="URLref" type="autocomplete" autocompletesearch="history" completedefaultindex="true" /> 
    8181                        </row> 
    8282                        <row align="center"> 
    8383                                <label control="description" value="&description.value;" style="font-style: italic;"/> 
    84                                 <textbox id="description" height="21" /> 
     84                                <textbox id="description" type="autocomplete" /> 
    8585                        </row>                   
    8686                        <row align="center">