Open Bug 1487324 Opened 6 years ago Updated 2 years ago

Don't move to input element into content editable by [arrow key]

Categories

(Core :: DOM: Editor, defect, P3)

defect

Tracking

()

Tracking Status
firefox63 --- affected

People

(Reporter: m_kato, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [h2review-noted])

Here is a simple test case. (from bug 788936)

<div contenteditable>
<div>A</div>
<input value=B>
</div>

After focusing "A" into div element, when you type right arrow key, caret is moved into <input> element.  Blink and Edge doesn't move caret into input element in this sample/step.
Summary: Don't remove to input element into content editable by [arrow key] → Don't move to input element into content editable by [arrow key]
Whiteboard: [h2review-noted]
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.