зеркало из https://github.com/mozilla/gecko-dev.git
Checked in patch for bug 269807:
Event time adjustment via keyboard is lost when enter pressed in edit box
This commit is contained in:
Родитель
98e5ad969b
Коммит
e427fb08e9
|
@ -110,6 +110,7 @@
|
||||||
<xul:menulist editable="true" sizetopopup="false" style="width:7em"
|
<xul:menulist editable="true" sizetopopup="false" style="width:7em"
|
||||||
id="timepicker-text"
|
id="timepicker-text"
|
||||||
class="timepicker-text-class"
|
class="timepicker-text-class"
|
||||||
|
onkeypress="if (event.keyCode == 13) this.kTimePicker.parseTextBoxTime(true);"
|
||||||
xbl:inherits="disabled">
|
xbl:inherits="disabled">
|
||||||
<xul:menupopup popupalign="topright" popupanchor="bottomright"
|
<xul:menupopup popupalign="topright" popupanchor="bottomright"
|
||||||
onpopupshowing="onPopup(this)">
|
onpopupshowing="onPopup(this)">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче