Bug 396348, colorpicker loses focus when keyboard is used to open it, r=mano, a=bz

This commit is contained in:
enndeakin%sympatico.ca 2007-09-17 15:31:45 +00:00
Родитель 4005091055
Коммит 0fe2454575
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -430,7 +430,8 @@
<content>
<xul:hbox class="colorpicker-button-colorbox" anonid="colorbox" flex="1" xbl:inherits="disabled"/>
<xul:panel class="colorpicker-button-menupopup" anonid="colorpopup"
<xul:panel class="colorpicker-button-menupopup"
anonid="colorpopup" noautofocus="true"
onmousedown="event.stopPropagation()"
onpopupshowing="this._colorPicker.onPopupShowing()"
onpopuphiding="this._colorPicker.onPopupHiding()"