Evaluate if doubleClickSelectsAll has still the right default behavior on more recent Linux
Categories
(Firefox :: Address Bar, defect, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | affected |
People
(Reporter: violet.bugreport, Unassigned)
Details
STR:
-
Type multiple words in the address bar for searching. e.g. "Lorem ipsum dolor sit amet"
-
User wants to modify the single word "dolor" in the middle. They double click the "dolor".
Expected result:
The single word "dolor" is selected.
Actual result:
The whole sentence is selected.
NOTE: double-click word selection works everywhere in Firefox, and in pretty much every other browser/app. It's weird that it doesn't work in address bar.
| Reporter | ||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
This works for me on the latest nightly build on Mac. Please could you provide some more details about your Firefox version and Operating system.
| Reporter | ||
Comment 2•7 years ago
|
||
I can reproduce it on my Ubuntu 18.04 with current Nightly and Beta (I don't have stable release installed).
However, I just tried it on my Mac, it worked fine.
Comment 3•7 years ago
|
||
Try changing browser.urlbar.doubleClickSelectsAll in about:config
| Reporter | ||
Comment 4•7 years ago
|
||
(In reply to Marco Bonardo [::mak] from comment #3)
Try changing browser.urlbar.doubleClickSelectsAll in about:config
Thanks, this pref solves the problem.
However, I'm wondering why this pref is set to true by default? It seems to be a very unintuitive behavior for users. I personally haven't encountered any other places where double click doesn't select a word.
Comment 5•7 years ago
|
||
afaik it's how things are supposed to work on Linux, for consistency with other urlbars (not sure if we should re-evaluate the choice for "modern" linux)
| Reporter | ||
Comment 6•7 years ago
|
||
(In reply to Marco Bonardo [::mak] from comment #5)
for consistency with other urlbars
At least double click on Chrome urlbar also selects the word, not the sentence. I'm not aware of other apps with a urlbar though.
Comment 7•7 years ago
|
||
As I said, the decision was made 13 years ago in bug 190615 and at the time it was consistent with other similar apps; clearly as any other thing we can re-evaluate after a so long time if our default is still good for users.
Updated•7 years ago
|
Updated•6 years ago
|
Description
•