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:
varada%netscape.com 2002-08-12 19:08:42 +00:00
Родитель 64fa90e043
Коммит 40f4b5a5c5
2 изменённых файлов: 3 добавлений и 4 удалений

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

@ -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"/>