зеркало из https://github.com/mozilla/gecko-dev.git
Bug 396348, colorpicker loses focus when keyboard is used to open it, r=mano, a=bz
This commit is contained in:
Родитель
f537b7903b
Коммит
21684d055a
|
@ -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()"
|
||||
|
|
Загрузка…
Ссылка в новой задаче