up vote 2 down vote favorite
share [g+] share [fb]

If you're typing in the Firefox address bar and 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!

link|improve this question

57% accept rate
feedback

1 Answer

up vote 4 down vote accepted

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
link|improve this answer
You rock -- thanks! – Joe Casadonte Nov 23 '09 at 19:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.