Closed
Bug 26848
Opened 25 years ago
Closed 24 years ago
Auto-Select content in URL bar
Categories
(Core :: DOM: Editor, defect, P4)
Tracking
()
Future
People
(Reporter: dneri98, Assigned: don)
Details
(Whiteboard: [nsbeta3-][pdtp4])
By default, when you click in a field, it's supposed to select all of the data
within it (i.e. URL, form input box). Right now it doesn't.
Also, holding down shift and using the arrow keys is supposed to expand your
selection of data, like multiple letters. It resets your selection, however,
each time with the last chosen letter.
Comment 1•25 years ago
|
||
component <= editor. dwayne: please read the bug reporting guidelines.
Assignee: waterson → endico
Component: All → Editor
QA Contact: shaver → nobody
Comment 2•25 years ago
|
||
changing product to browser
Assignee: endico → beppe
Product: Architecture → Browser
QA Contact: nobody → sujay
Version: 5.0 → other
Comment 3•25 years ago
|
||
there are two issues brought up in this bug: 1. initial click in field should
select all; 2. shift-arrow issue.
The shift-arrow issue is already a known bug. I believe the on focus, select all
issue might have to do with the webshell work. Assigning to Travis for now --
Travis, if I'm incorrect, please reassign back to me.
Assignee: beppe → travis
Renaming to reflect true problem...
Severity: normal → minor
Summary: Shift-Selection and Auto-Selection → Auto-Select content in field
Comment 5•24 years ago
|
||
Reassigning all travis bugs to Valeski for triage. Don thought these were
all docshell related. Travis is no longer at netscape so these bugs are
unowned.
I'm reassigning 23 bugs to Valeski right now. To search for them,
search for "BUGSFORMERLYKNOWNASTRAVIS" in the description. The url below
should work.
http://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=BUGSFORMERLYKNOWNASTRAVIS&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time
Assignee: travis → valeski
Comment 6•24 years ago
|
||
pink, who should own this?
Comment 7•24 years ago
|
||
since this isn't the behavior we want for all text widgets (only the url bar),
pushing to a browser person
Assignee: valeski → pchen
Text fields in 4.x don't get automatically selected when you click on them, only
the URL bar.
Status: NEW → ASSIGNED
Comment 9•24 years ago
|
||
I hate that behavior -- I don't even want to see it in the URL bar.
We should *never* implement this for textfields
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 11•24 years ago
|
||
um, we do want this for the url bar. 99% of the time the user clicks in the url
bar, it's to enter a new url. forcing them to "Select All" then type again is
bad, and it breaks learned behavior (4.x did this, IE does this, etc).
reopening, cc'ing german
Comment 12•24 years ago
|
||
don sez this is really important for the URL bar. Plussing it only in that
context.
Priority: P3 → P2
Summary: Auto-Select content in field → Auto-Select content in URL bar
Whiteboard: [nsbeta3+]
Comment 13•24 years ago
|
||
pdtp4 - the very obvious workaround is to select the text.
Priority: P2 → P4
Whiteboard: [nsbeta3+] → [nsbeta3+][pdtp4]
Target Milestone: --- → Future
Assignee | ||
Comment 14•24 years ago
|
||
Most people (including German and Ben) agree that the current behavior if fine
although it is different from 4.x and MSIE. Making this minus.
Assignee: pchen → don
Status: REOPENED → NEW
Whiteboard: [nsbeta3+][pdtp4] → [nsbeta3-][pdtp4]
Comment 15•24 years ago
|
||
> the very obvious workaround is to select the text.
It might not be very obvious that there are keyboard ways to select the text,
though (ctrl-a or shift-home).
Comment 16•24 years ago
|
||
Another way to select all the text would be bug 52784.
*** This bug has been marked as a duplicate of 37587 ***
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•