Bug 1539295 - fix tab after auto-complete in mailing list add/edit. r=aceman

This commit is contained in:
Jorg K 2019-03-27 23:34:08 +01:00
Родитель ba45135703
Коммит 2319a9b874
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -63,7 +63,7 @@
completedefaultindex="true" forcecomplete="true"
completeselectedindex="true"
minresultsforpopup="3"
ontextentered="awRecipientTextCommand(param, this); if (this.value != '') event.preventDefault();"
ontextentered="awRecipientTextCommand(param, this); if (param && this.value != '') param.preventDefault();"
onkeydown="awRecipientKeyDown(event, this);"
onclick="awNotAnEmptyArea(event);">
<image onclick="this.parentNode.select();" class="person-icon"/>

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

@ -74,7 +74,7 @@
completedefaultindex="true" forcecomplete="true"
completeselectedindex="true"
minresultsforpopup="3"
ontextentered="awRecipientTextCommand(param, this); if (this.value != '') event.preventDefault();"
ontextentered="awRecipientTextCommand(param, this); if (param &amp;&amp; this.value != '') param.preventDefault();"
onkeydown="awRecipientKeyDown(event, this);"
onclick="awNotAnEmptyArea(event);">
<image onclick="this.parentNode.select();" class="person-icon"/>

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

@ -71,7 +71,7 @@
autocompletesearchparam="{}" timeout="300" maxrows="4"
completedefaultindex="true" forcecomplete="true"
minresultsforpopup="3"
ontextentered="awRecipientTextCommand(param, this); if (this.value != '') event.preventDefault();"
ontextentered="awRecipientTextCommand(eventParam, this)"
onkeydown="awRecipientKeyDown(event, this);"
onclick="awNotAnEmptyArea(event);">
<image onclick="awNotAnEmptyArea(event)" class="person-icon"/>