Closed
Bug 62496
Opened 24 years ago
Closed 4 years ago
[meta] problems with browser.urlbar.clickSelectsAll behavior
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jruderman, Unassigned)
References
(Depends on 2 open bugs)
Details
(Keywords: helpwanted, meta)
This is a tracking bug for bugs that are annoying when the
browser.urlbar.clickSelectsAll pref is turned on. Some of them only happen
when clickSelectsAll is on, and some of them are just more annoying when it's
on.
These bugs will become more visible/important if either of the following two
bugs is fixed:
bug 37587 turn the pref on by default on Mac and Windows
bug 62023 make the pref visible so you don't have to go to prefs.js to enable it
Reporter | ||
Comment 1•24 years ago
|
||
Assigning to me for tracking. Feel free to steal this bug if you're working on
the dependencies and want to own the tracking bug.
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Blake, want to work on these so we can fix bug 37587 without breaking too many
things?
Assignee: jesse → blake
Status: ASSIGNED → NEW
Comment 5•23 years ago
|
||
HTH: I've noticed that the following pref makes selection behave exactly as I
would expect in Windows (from bug 125695):
// Do NOT select the entire URL when you click in the URL bar.
user_pref("browser.urlbar.clickSelectsAll", false);
- single click&drag to select, double click selects all)
Comment 6•22 years ago
|
||
This bug and all its dependent bugs are a result of the incorrect default
behaviour of selecting the entire URL by just clicking in it once. No other
textstring is selected by one click (IE is broken too!). It is counter the
standard expected behaviour. Also, all users know that they can select a
contiguous string with a double-click.
Therefore, please make this bug go away by making the following line the default:
user_pref("browser.urlbar.clickSelectsAll", false);
Comment 7•22 years ago
|
||
Peter: _many_ people would hate you for that. Not me, coincidentally, but a
great many would. And it would break IE-parity.
OS: Windows 98 → All
Hardware: PC → All
Comment 8•22 years ago
|
||
I'm using 1.3b and all.js has browser.urlbar.clickSelectsAll set to true, but I
am forced to tripple click the urlbar to select it. Whats going on here? Is
this just busted? Is there a bug filed on this?
Assignee: nobody → aaronl
Comment 9•22 years ago
|
||
ah, I see. It does actually select if you click in the middle, but not if you
click at the end... still, whats up with this?
Comment 10•22 years ago
|
||
Pavlov: get a current build, this should now be fixed by a patch in bug 116441.
The patch added a new hidden pref - browser.urlbar.clickAtEndSelects - that is
set to true by default, except for the Mac.
Updated•20 years ago
|
Keywords: helpwanted
Updated•18 years ago
|
QA Contact: sujay → editor
Comment 11•15 years ago
|
||
Mass un-assigning bugs assigned to Aaron.
Assignee: aaronleventhal → nobody
Comment 12•5 years ago
|
||
The browser.urlbar.clickSelectsAll
preference was removed in Firefox 75. See bug 1621570 for discussion of the removal of this preference. Bug 1621570 comment 7 gives the reasoning behind it.
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•