Inline autocomplete: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(Value needs to be created)
(disabling inline autocomplete)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
: ''This article applies to Firefox and Mozilla Suite''
{{appliesto2|Firefox|Mozilla Suite|Visual customizations}}


Inline autocomplete mimics behavior in Netscape Navigator 4.x as well as Internet Explorer (when IE's inline autocomplete is activated). As you type, entries you have previously typed that closely match appear highlighted after your typed text.
Inline autocomplete mimics behavior in Netscape Navigator 4.x as well as Internet Explorer (when IE's inline autocomplete is activated). As you type, entries you have previously typed that closely match appear highlighted after your typed text.


'''a.''' Type <code>about:config</code> in the location bar
To enable it, do the following:
# Type [[about:config]] in the Location Bar
# Right-click on the page and create a new boolean value
# Type '''browser.urlbar.autoFill'''
# Set the value to '''true'''


'''b.''' Right-click on the page and create a new boolean value
'''Note:''' Inline autocomplete is enabled by default in Firefox 14 and above. [https://bugzilla.mozilla.org/show_bug.cgi?id=566489] To disable it,  set '''browser.urlbar.autoFill''' to '''false'''.
 
'''c.''' Type <code>browser.urlbar.autoFill</code>
 
'''d.''' Set the value to <code>true</code>


==See also==
*[[Changing autocomplete behavior - Firefox]]
*[[Deleting autocomplete entries]]


==See also==
==Related bug reports==
[[Disabling autocomplete (Firefox)]]
*[https://bugzilla.mozilla.org/show_bug.cgi?id=566489 Bug 566489] - Enable inline autocomplete again, but make it smarter (perceived performance)
*[https://bugzilla.mozilla.org/show_bug.cgi?id=735187 Bug 735187] - Re-enable inline autocomplete once its blockers are fixed
*[https://bugzilla.mozilla.org/show_bug.cgi?id=740076 Bug 740076] - autoFill should be disabled by the autocomplete preference

Latest revision as of 23:09, 25 November 2012

This article applies to Firefox and Mozilla Suite.

Inline autocomplete mimics behavior in Netscape Navigator 4.x as well as Internet Explorer (when IE's inline autocomplete is activated). As you type, entries you have previously typed that closely match appear highlighted after your typed text.

To enable it, do the following:

  1. Type about:config in the Location Bar
  2. Right-click on the page and create a new boolean value
  3. Type browser.urlbar.autoFill
  4. Set the value to true

Note: Inline autocomplete is enabled by default in Firefox 14 and above. [1] To disable it, set browser.urlbar.autoFill to false.

See also

Related bug reports

  • Bug 566489 - Enable inline autocomplete again, but make it smarter (perceived performance)
  • Bug 735187 - Re-enable inline autocomplete once its blockers are fixed
  • Bug 740076 - autoFill should be disabled by the autocomplete preference