Closed
Bug 46010
Opened 25 years ago
Closed 25 years ago
Pressing the Tab key while in the Location URL box disables the highlight and cursor...
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M18
People
(Reporter: morgewan, Assigned: bugs)
References
()
Details
(Whiteboard: [nsbeta3+][p:3])
Pressing the Tab key while in the Location URL box disables the highlight and
cursor...
1) get a URL in the location box lets say: http://www.mozilla.org/
2) left-click in the location box, and notice the cursor :)
3) left-click and drag in the location box, nice blue highlight right?
4) Press the tab key
Now the highlight and cursor is gone... but you can still type
Switching to another window and coming back seems to fix the error
Comment 1•25 years ago
|
||
confirming using 2000072008 on w2k
Status: UNCONFIRMED → NEW
Ever confirmed: true
must have help from hyatt and saari for tab navigation. causing some WIERD
assert off of ftp connection thread?
Updated•25 years ago
|
Whiteboard: nsbeta3+ → [nsbeta3+]
Comment 4•25 years ago
|
||
*SPAM*: Changing the QA contact of all open/resolved Selection bugs from
elig@netscape.com to BlakeR1234@aol.com. After the many great years of service
Eli has given to Mozilla, it's time for him to move on; he has accepted a
position at Eazel. We'll be sad to see him go, and I'll do my best to fill his
spot...
QA Contact: elig → BlakeR1234
Comment 5•25 years ago
|
||
we will need help on this one from hyatt and/or saari
Whiteboard: [nsbeta3+] → [nsbeta3+][p:3]
Comment 6•25 years ago
|
||
On MacOS or Win2K, press the tab key and you can't type in the URL bar anymore.
Press tab again, or click and selection comes back and you can type again,
complete with cursor. Seems pretty normal to me... I havn't been able to break
it. Maybe mjudge can demonstrate.
giving this one to ben. we should be focusing the content area from a tab in the
url bar. i dont know where the focus is going currently. dont really care. gooo
ben!
Assignee: mjudge → ben
Status: ASSIGNED → NEW
Comment 8•25 years ago
|
||
mjudge, if that is the behavior you want, it should be a new bug or change the
summary of this bug.
We can explicitly toss focus on tab from the URL bar, or I can look into doing
it at the docshell level. Doing it explictly will be easier and much more likely
to happen (I'm pretty booked at this point).
Assignee | ||
Comment 9•25 years ago
|
||
here's the way tab ordering should work in navigator:
[sidebar{}->]urlbar->browser{}->cycle
the {} indicates tabbing through focusable elements in the sub document, so a
tab from the urlbar should focus the content area, then a subsequent tab should
focus the first focusable element (e.g. link) in the content area.
I don't see the original bug as reported so closing this as worksforme to get
off my radar. saari is right, a new bug should be filed on the tab cycle for the
main window (and, indeed, bugs for all dialogs, as our tab ordering story sucks
;)
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 10•25 years ago
|
||
I can still reproduce this. The only difference is that I can't still type in
the URL bar. I don't know where the focus is going, but it isn't going to the
page, and it's not staying in the URL bar. maybe it's going to one of the
toolbar buttons? Ben, should this be a separate bug?
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Comment 11•25 years ago
|
||
yes. focus is working correctly on windows in that you can focus the textfield,
then tab to something else (not sure what it is, I suspect the content area). I
fixed it over the weekend such that the menubuttons don't take focus any more.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•