Closed
Bug 406360
Opened 17 years ago
Closed 17 years ago
Typing in URL autoselects itself if browser.urlbar.clickSelectsAll is set to true
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
VERIFIED
FIXED
Firefox 3 beta3
People
(Reporter: pascalc, Assigned: dao)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.27 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
tested with Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9b2pre) Gecko/2007120104 Minefield/3.0b2pre
Steps to reproduce the bug :
1/ type about:config and set browser.urlbar.clickSelectsAll to true
2/ go to any page, click on the urlbar and type an address, say google.com
expected result:
google.com is displayed
actual result:
oogle.com is entered because after hitting g, the letter autoselects itself and is then replace by the rest of what you type
This is a regression since Firefox3beta1 does not have this bug.
Comment 1•17 years ago
|
||
Confirming for : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b2pre) Gecko/2007120304 Minefield/3.0b2pre
Normal comportment in Windows and mac OSX.
Perhaps a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=218216 ?
But this comportment is new under linux since beta1
Severity: normal → major
Flags: blocking-firefox3?
Reporter | ||
Comment 2•17 years ago
|
||
Another effect of this big :
1/ go to any URL like https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox
2/ select part of the url with the mouse lile 'enter_bug' for instance
3/ hit DEL key
Expected result:
delete part selected
Actual result:
the whole URL is selected
There are probably more weird selection issues in the location bar when clickSelectsAll is set to true on linux
Comment 3•17 years ago
|
||
i can confirm the bug report from pascal, comment #2 but not the inital bug report from comment #0 with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b2pre) Gecko/2007120304 Minefield/3.0b2pre on Leopard
Reporter | ||
Comment 4•17 years ago
|
||
I filed bug #406690 for the bug I described in comment #2
Updated•17 years ago
|
Assignee: nobody → dao
Flags: blocking-firefox3? → blocking-firefox3+
Priority: -- → P3
Target Milestone: --- → Firefox 3 M11
Assignee | ||
Updated•17 years ago
|
Assignee | ||
Comment 5•17 years ago
|
||
Attachment #292629 -
Flags: review?(mconnor)
Updated•17 years ago
|
Attachment #292629 -
Flags: review?(mconnor) → review+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 6•17 years ago
|
||
Checking in browser/base/content/browser.js;
/cvsroot/mozilla/browser/base/content/browser.js,v <-- browser.js
new revision: 1.910; previous revision: 1.909
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Summary: typing in URL autoselects itself if browser.urlbar.clickSelectsAll is set to true → Typing in URL autoselects itself if browser.urlbar.clickSelectsAll is set to true
Comment 13•17 years ago
|
||
verified fixed using Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9b3pre) Gecko/2007122704 Minefield/3.0b3pre and the steps to reproduce from comment #0.
-> Verified fixed
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•