Bug 1539295 - fix tab after auto-complete in mailing list add/edit. r=aceman
This commit is contained in:
Родитель
ba45135703
Коммит
2319a9b874
|
@ -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 && 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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче