Closed
Bug 241034
Opened 21 years ago
Closed 20 years ago
[keyboard] No bi-directioal while encounter a text field.
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 256835
People
(Reporter: howard.pan, Assigned: yuanyi21)
References
Details
Attachments
(1 file)
70.00 KB,
application/x-tar
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040407
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040407
In our html testing page:
http://sceri.prc.sun.com/desktop//Browser/QA/Test_Case/Accessibility/HTML/index.html
A bi-directional problem while navigate to a text field.
Reproducible: Always
Steps to Reproduce:
1. Open out html testing page.
http://sceri.prc.sun.com/desktop//Browser/QA/Test_Case/Accessibility/HTML/index.html
For convinent open the page in the accachment.
2. Find the "Single line text input test cases" area.
3. Use the arrow keys to put the cursor at the end of stadic text: "With "LABEL"
tag:"
4. Press down key to .
5. Press left key.
6. Press right key.
Actual Results:
None bi-directional.
Expected Results:
Bi-directional.
Reporter | ||
Comment 1•21 years ago
|
||
Comment 2•20 years ago
|
||
I'm sorry. I tried, but I can't understand the bug report. Bi-directional
relates to hebrew/arabic text. What are you talking about?
Reassigning to Kyle in hopes he can find someone to help on this.
Assignee: aaronleventhal → kyle.yuan
The reporter's bi-directory means,
for example
before step 5, your caret is at PointA
you pressed left arrow as step 5, caret comes PointB
then, you pressed right arrow as step 6, caret does not come back to PointA, but
goes to PointC
(In reply to comment #3)
> The reporter's bi-directory means,
sorry, bi-directional
I've tried the patch in
http://bugzilla.mozilla.org/show_bug.cgi?id=130889#c8
it will solve this problem.(and some other problems also)
But my concern is whether arrow keys should take caret into textfield without
focus in?
Aaron, what's your opinion?
To test, go to http://bugzilla.mozilla.org/, type something in the textfield.
Put caret in " Enter a bug # or some search terms:", press right arrow several
times.
it will be fixed with bug 256835's patch
*** This bug has been marked as a duplicate of 256835 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•