зеркало из https://github.com/mozilla/pjs.git
fix for 60917:Compose window title should update with pasted values in subjectline;117323:clicking on icon in addressing line should do a select;r=ducarroz;sr=bienvenu
This commit is contained in:
Родитель
64fa90e043
Коммит
40f4b5a5c5
|
@ -66,7 +66,7 @@ Rights Reserved.
|
|||
oninput="gContentChanged=true; setupAutocomplete();" disableonsend="true"
|
||||
onkeypress="awRecipientKeyPress(event, this)"
|
||||
onkeydown="awRecipientKeyDown(event, this)">
|
||||
<image class="person-icon"/>
|
||||
<image class="person-icon" onclick="this.parentNode.select();"/>
|
||||
</textbox>
|
||||
</listcell>
|
||||
</listitem>
|
||||
|
|
|
@ -428,9 +428,8 @@
|
|||
<hbox align="center">
|
||||
<label value="&subject.label;" accesskey="&subject.accesskey;" control="msgSubject"/>
|
||||
<textbox id="msgSubject" flex="1" class="toolbar" disableonsend="true"
|
||||
onkeyup="SetComposeWindowTitle();"
|
||||
onkeypress="subjectKeyPress(event);"
|
||||
oninput="gContentChanged=true;"/>
|
||||
oninput="gContentChanged=true;SetComposeWindowTitle();"
|
||||
onkeypress="subjectKeyPress(event);" />
|
||||
</hbox>
|
||||
</vbox>
|
||||
<splitter id="attachmentbucket-sizer" collapse="after"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче