Closed
Bug 260669
Opened 20 years ago
Closed 3 years ago
caret shows in wrong place when use up/down arrow key to browse between text and textbox
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: nian.liu, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
1.load test case
2.in caret browse mode, put caret above textbox
3.press down arrow key
expected result: focus is put in textbox, and caret shows at the beginning of
textbox
actural result: focus isn't put in textbox, caret shows at the end of textbox.
debug shows current selected content is text after textbox, not textbox
Comment 1•20 years ago
|
||
(In reply to comment #0)
> 1.load test case
Where is the testcase?
Reporter | ||
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
In WinXP, the caret is placed in the beginning of the textarea/input, but I
can't type. Is this the intended behavior?
Prog.
Reporter | ||
Comment 4•20 years ago
|
||
no. currently, there is no implementation of form control action in caret browse
mode in community.
Updated•15 years ago
|
QA Contact: keyboard.navigation
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Comment 5•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:hsinyi, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: Rick.Ju → nobody
Flags: needinfo?(htsai)
Updated•3 years ago
|
Flags: needinfo?(htsai)
You need to log in
before you can comment on or make changes to this bug.
Description
•