Ticket #6958 (closed Bug: fixed)
FF : we can't navigate up the read-only blocks using UP arrow key
| Reported by: | satya | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.4 |
| Keywords: | IBM | Cc: | damo, joek, james, c |
Description
To reproduce the defect
- Copy the following code snippet
<p contenteditable="false"> first non editable paragraph.</p> <p> first editable paragraph. </p> <p contenteditable="false"> second non editable paragraph.</p> <p> second editable paragraph. </p>
- Keep cursor at end of last paragraph and use UP arrow key to navigate to the other editable paragraph.
Expected Result:
we should be able to navigate to the other paragraph using UP arrow key.
Actual Result:
No matter how many no of times we press the arrow key cursor still remains at the beginning of last paragraph.
Change History
Note: See
TracTickets for help on using
tickets.

It blinks for a slight second and moves back.