MozillaZine

Browser.urlbar.doubleClickSelectsAll

From MozillaZine Knowledge Base

Contents

Background

When the default for layout.word_select.stop_at_punctuation was changed for Unix builds in Bug 190615, a side effect was that selecting the entire URL in the Location Bar required triple-clicking. To restore the original double-click-selects-all behavior, this preference (and corresponding Location Bar code) was added.

Possible values and their effects

True

Select the contents of the Location Bar when double-clicking anywhere inside it. (Default in Unix [but not OS X])

False

Select the word under the cursor in the Location Bar when double-clicking inside it. (Default elsewhere)

First checked in

2007-08-04 by Wolfgang Rosenauer (patch by Dão Gottwald)

Has an effect in

  • Mozilla Firefox (trunk builds after 2007-08-04)

Related bugs

Related preferences