Bug 464084 - Clicking Search button in search bar highlights the default text (browser.urlbar.clickSelectsAll = true). r=enn

This commit is contained in:
Dão Gottwald 2008-12-11 13:09:03 +01:00
parent 69b2417529
commit 3e533f06d7

View File

@ -281,6 +281,7 @@
<handler event="click">
<![CDATA[
if (!this.mIgnoreClick && this.clickSelectsAll &&
document.activeElement == this.inputField &&
this.inputField.selectionStart == this.inputField.selectionEnd)
this.editor.selectAll();
]]>