зеркало из https://github.com/mozilla/pjs.git
Bug 403471 - "Address and Search field text half-selected when clicking just inside field bounds" [p=dao r=Mano a1.9=schrep]
This commit is contained in:
Родитель
700790936d
Коммит
63bbad5e84
|
@ -189,8 +189,10 @@
|
|||
<handler event="click">
|
||||
<![CDATA[
|
||||
if (!this.mIgnoreClick && this.clickSelectsAll &&
|
||||
this.inputField.selectionStart == this.inputField.selectionEnd)
|
||||
this.inputField.selectionStart == this.inputField.selectionEnd) {
|
||||
this.focus();
|
||||
this.editor.selectAll();
|
||||
}
|
||||
]]>
|
||||
</handler>
|
||||
</handlers>
|
||||
|
|
Загрузка…
Ссылка в новой задаче