author | Philip Chee <philip.chee@gmail.com> |
Sun, 03 May 2015 00:15:40 +0800 | |
changeset 242122 | f703c5483fa01bb6251c826cb2f7417d655ae611 |
parent 242121 | f35d190d8e2fd0de55a351a804739c2ae6fb8808 |
child 242123 | 0f5eacc986e89338f40fc5478698850d756b496e |
push id | 28679 |
push user | philringnalda@gmail.com |
push date | Sat, 02 May 2015 17:02:29 +0000 |
treeherder | mozilla-central@0f5eacc986e8 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Neil |
bugs | 1160770 |
milestone | 40.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
xpfe/components/autocomplete/resources/content/autocomplete.xml | file | annotate | diff | comparison | revisions |
--- a/xpfe/components/autocomplete/resources/content/autocomplete.xml +++ b/xpfe/components/autocomplete/resources/content/autocomplete.xml @@ -272,17 +272,17 @@ <!-- option to show the popup containing the results --> <property name="showPopup" onset="this.setAttribute('showpopup', val); return val;" onget="return this.getAttribute('showpopup') == 'true';"/> <!-- option to allow scrolling through the list via the tab key, rather than tab moving focus out of the textbox --> <property name="tabScrolling" - onset="return this.setAttribute('tabscrolling', val); return val;" + onset="this.setAttribute('tabscrolling', val); return val;" onget="return this.getAttribute('tabscrolling') == 'true';"/> <!-- option to completely ignore any blur events while searches are still going on. This is useful so that nothing gets autopicked if the window is required to lose focus for some reason (eg in LDAP autocomplete, another window may be brought up so that the user can enter a password to authenticate to an LDAP server). -->