Opened 13 years ago

Closed 13 years ago

#7028 closed Bug (fixed)

Replace doesn't work and JavaScript error occurs

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone: CKEditor 3.5.1
Component: General Version: 3.5.1
Keywords: Cc:

Description

Regression caused by [6334].

steps to reproduce

  • Load the following source:
    <ul>
    	<li>
    		This is the first line.</li>
    </ul>
    
  • Use the Replace dialog to replace "is" with "xyz".
  • Result: JavaScript error.

Safari: INDEX_SIZE_ERR: DOM Exception 1: Index or size was negative, or greater than the allowed value.

Firefox: Index or size is negative or greater than the allowed amount" code: "1

Change History (4)

comment:1 Changed 13 years ago by Garry Yao

Status: newconfirmed

comment:2 Changed 13 years ago by Garry Yao

Supposed to be fixed by #7053.

comment:3 Changed 13 years ago by Garry Yao

Oops, #7035.

comment:4 Changed 13 years ago by Wiktor Walc

Resolution: fixed
Status: confirmedclosed

WFM in trunk now.

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