Opened 18 years ago
Closed 18 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:
FCKBrowserInfo.IsOpera ) |
Fixed with [356].
Click here for more info about our SVN system.