Closed
Bug 89588
Opened 24 years ago
Closed 24 years ago
Now takes 3 clicks to get into the location bar
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: neil, Assigned: asa)
Details
Recently there was a change made to the location bar in which it selects all the
text. (2001070404)
It now, like all the other browsers, takes 3 clicks to get where I want the
cursor to be in the location bar.
I'm on windows and my double click speed is at the default. It treats the first
2 clicks as a double click and finally the third as a single click. It's the
last single click which places the cursor where I want it. If I click really
slowly, it only takes 2, but it's a pain in the ass.
![]() |
||
Comment 1•24 years ago
|
||
The change in question was bug 37587 being fixed. The behavior can be reverted
to the old one by setting:
user_pref("browser.urlbar.clickSelectsAll", false);
in your preferences. You may also want to set
user_pref("browser.urlbar.focusSelectsAll", false);
since the pref name may change in the near future.
Resolving wontfix, since the behavior in question is the behavior we're supposed
to have.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•