Opened 13 years ago

Closed 13 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

  1. 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>
    
    
  1. 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 13 years ago by Sa'ar Zac Elias

Status: newconfirmed

It blinks for a slight second and moves back.

comment:2 Changed 13 years ago by Damian

Any update on this issue?

comment:3 Changed 13 years ago by Garry Yao

Cc: james c added; James removed
Resolution: fixed
Status: confirmedclosed

Yes, it's expired on trunk.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy