Opened 17 years ago

Closed 17 years ago

#524 closed Bug (fixed)

Delete functionality broken in Opera

Reported by: Kaare Byberg Owned by:
Priority: Normal Milestone: Opera Compatibility
Component: General Version:
Keywords: Cc: Hallvord R. M. Steen (Opera Software)

Description

The second condition in the if statement in the function FCKEnterKey.prototype.DoDelete is as follows:

oRange.CheckEndOfBlock( FCKBrowserInfo.IsGecko )

However, this breaks the functionality in Opera. By changing it to the following, deletion works as expected:

oRange.CheckEndOfBlock( FCKBrowserInfo.IsGecko
FCKBrowserInfo.IsOpera )

Change History (1)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

Fixed with [356].

Click here for more info about our SVN system.

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