Ticket #524 (closed Bug: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.