Closed
Bug 442261
Opened 17 years ago
Closed 8 years ago
left/right keyboard navigation works improperly
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: liucougar, Unassigned)
Details
Attachments
(1 file)
|
174 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9) Gecko/2008052906 Firefox/3.0
in contentEditable=true DIV, navigating through <img> elements using left/right arrow keys does not function properly
Reproducible: Always
Steps to Reproduce:
1. load the attached case
2. place caret to the begining of the paragraph
3. press left arrow key
Actual Results:
the cursor stays stationary
Expected Results:
the cursor is moved to the end of the previous img
if press left arrow again, the cursor is moved to the left side of the last character in the last paragraph
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•