Bug 1610397 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Mark Banner (:standard8) from comment #2)
> Note that this is linux-only and affects both the address bar and the search bar.

Is this not the expected behaviour on Linux? Unlike on other platforms, on Linux `browser.urlbar.clickSelectsAll` is false, and `browser.urlbar.doubleClickSelectsAll` is true. Afaict, we didn't support the `doubleClickSelectsAll` in the searchbar before bug 1528614 landed. Now that we support that pref in the search box, the actual behaviour described in comment 0 is expected: all the text in the search bar is selected when the input is double clicked.
(In reply to Mark Banner (:standard8) from comment #2)
> Note that this is linux-only and affects both the address bar and the search bar.

Is this not the expected behaviour on Linux? Unlike on other platforms, on Linux `browser.urlbar.clickSelectsAll` is false, and `browser.urlbar.doubleClickSelectsAll` is true. Afaict, we didn't support `doubleClickSelectsAll` in the searchbar before bug 1528614 landed. Now that we support that pref in the search box, the actual behaviour described in comment 0 is expected: all the text in the search bar is selected when the input is double clicked.

Back to Bug 1610397 Comment 4