﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
524	Delete functionality broken in Opera	Kaare Byberg		"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 )"	Bug	closed	Normal	Opera Compatibility	General		fixed		Hallvord R. M. Steen (Opera Software)
