How to turn off Firefox address bar auto-selection on focus

8

0

If you're typing in the Firefox address bar and alt-tab to a different window, then back, the entire text in the address bar is highlighted. This is extremely annoying to me. Is there a way to turn this behavior off? What I'd like to see is whatever I had when I left the application (e.g. either a selection or an insert point). My Firefox version is 3.5.3, if that matters. Thanks!

Joe Casadonte

Posted 2009-11-23T17:06:04.707

Reputation: 3 945

Answers

11

From About:Config Tweaks For Firefox 3

(First type about:config in your location field)

18) Enable/Disable Single Click to Select Whole URL in Address bar

To Enable Single Click Select URL of address bar use the below about:config Tweak

browser.urlbar.clickSelectsAll = True

To disable Single Click Select

browser.urlbar.clickSelectsAll = False

kmarsh

Posted 2009-11-23T17:06:04.707

Reputation: 4 632