Bug 300875 - textbox with elements inside can only receive focus if its type is set to autocomplete, r=bugs.mano, sr=neil, a=neil

This commit is contained in:
martijn.martijn%gmail.com 2006-05-30 19:50:29 +00:00
Родитель 16b3ec1afe
Коммит ee7d824917
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -17,6 +17,7 @@
</resources>
<content>
<children/>
<xul:hbox class="textbox-input-box" flex="1" xbl:inherits="context">
<html:input class="textbox-input" flex="1" anonid="input"
xbl:inherits="onfocus,onblur,value,type,maxlength,disabled,size,readonly,tabindex,accesskey"/>

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

@ -17,6 +17,7 @@
</resources>
<content>
<children/>
<xul:hbox class="textbox-input-box" flex="1" xbl:inherits="context">
<html:input class="textbox-input" flex="1" anonid="input"
xbl:inherits="onfocus,onblur,value,type,maxlength,disabled,size,readonly,tabindex,accesskey"/>