зеркало из https://github.com/mozilla/gecko-dev.git
Checked in patch for bug 197569: Event Dialog Date Picker not initialized from selected date
This commit is contained in:
Родитель
d68a41b32f
Коммит
64cc836f27
|
@ -14,7 +14,7 @@
|
|||
onblur="this.parentNode.parentNode.parentNode.parentNode.update(new DateFormater().parseShortDate(this.value),true);"/>
|
||||
|
||||
<xul:menu class="datepicker-button">
|
||||
<xul:menupopup popupanchor="bottomright" popupalign="topright" oncreate="this.parentNode.parentNode.parentNode.parentNode.openPopup()">
|
||||
<xul:menupopup popupanchor="bottomright" popupalign="topright" onpopupshowing="this.parentNode.parentNode.parentNode.openPopup()">
|
||||
<xul:calendar onchange="this.parentNode.hidePopup(); this.parentNode.parentNode.parentNode.parentNode.update(new Date(this.value),true); "/>
|
||||
</xul:menupopup>
|
||||
</xul:menu>
|
||||
|
@ -83,8 +83,7 @@
|
|||
|
||||
<method name="openPopup">
|
||||
<body><![CDATA[
|
||||
var cal = this.mPopup.childNodes[0];
|
||||
cal.update( this.mValue );
|
||||
this.calendar.update( this.mValue );
|
||||
]]></body>
|
||||
</method>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче