Opened 14 years ago
Closed 14 years ago
#6958 closed Bug (fixed)
FF : we can't navigate up the read-only blocks using UP arrow key
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4 |
Keywords: | IBM | Cc: | Damian, 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 (3)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 14 years ago by
Cc: | james c added; James removed |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Yes, it's expired on trunk.
It blinks for a slight second and moves back.