Closed Bug 1725602 Opened 4 years ago Closed 4 years ago

URL Bar Selects All when clicked

Categories

(Firefox :: Address Bar, defect)

Firefox 91
defect

Tracking

()

RESOLVED DUPLICATE of bug 1621570

People

(Reporter: jacky.v.heel, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0

Steps to reproduce:

When i try to edit the url, the whole url is selected. Earlier i worked with an ESR version because i don't like changes all the time. Now, after one year i decided to update and really the first thing that bored me is this default click selects all behavior. So i go to about:config to turn it of. But what! No the option isn't there any more. This must be a bug i gues. As an developer i edit the url all the time. This behavior is not working for me. In which version is this changed?

Actual results:

When i click in the address bar i want to place the cursor. But the whole url get selected

Expected results:

Just work like any other text field and do what i command. No need for any auto select shit. If i want the address bar selected as a whole i command ctrl-L

The Bugbug bot thinks this bug should belong to the 'Firefox::Address Bar' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.

Component: Untriaged → Address Bar

(In reply to Jack Grey from comment #0)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0

Steps to reproduce:

In which version is this changed?

This changed in version 75.

You can still place the cursor in the Urlbar with two clicks. One to select the entire URL, then one to place the cursor.

Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE

Ohw, i see. I searched for it but couldn't find it. Its clear I'am not the only one noticed this. That give me confidence it will fixed soon. Is there any activity on this issue?

Of course it's ridiculous to click -WAIT!- and click again. Why is this even invented in the first please? Its unexpected behavior.

For now, back to version 75. Unworkable with such bug

Since I can't comment at https://bugzilla.mozilla.org/show_bug.cgi?id=1621570, I'll leave this feedback here for Firefox. (I know Firefox doesn't care about user feedback currently, but I hope in the future when there is maybe new leadership that this feedback may be valued). My feedback:

Removing "browser.urlbar.clickSelectsAll=false" is an excellent example of why I stopped using Firefox. Firefox lacks many things that Google Chrome offers (too many to list here) and the things that I dislike about Google Chrome (like its click selects all behavior) Firefox now has whereas before it didn't. Just FYI.

Extra details on why clickSelectsAll is bad design: when a user is going to type into the URL bar, the most efficient method is to use CTRL+L and then begin typing (hence it makes sense to auto-highlight the entire URL bar when CTRL+L is activated). It is inefficient to use the mouse to go to the URL bar and click and then transition to the keyboard to type one's entry. One should just go straight to the keyboard to both move focus to the URL bar (via CTRL+L) and then start typing.

If a user is going to edit a URL bar, however, they are more likely to take control of the mouse to land on the precise location of where the edit is needed; hence, it makes no sense to auto-highlight the entire URL when there is a single mouse click. A double-click of the mouse should be required to highlight the entire URL bar.

You need to log in before you can comment on or make changes to this bug.