[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on November 3, 2004.

How do I disable selection of the entire URL when I click in the location bar?

Add the following line to your user.js file:

user_pref("browser.urlbar.clickSelectsAll", false);

Or you can enter about:config in the location bar.
Search for the preference browser.urlbar.clickSelectsAll.
Modify the value to false.

Double clicking on the URL will still select the entire URL for you.

[an error occurred while processing this directive]