Ticket #524 (closed Bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Delete functionality broken in Opera

Reported by: byberg Owned by:
Priority: Normal Milestone: Opera Compatibility
Component: General Version:
Keywords: Cc: hallvord@…

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

Changed 3 years ago by fredck

  • status changed from new to closed
  • resolution set to fixed

Fixed with [356].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.