Ticket #71 (closed defect: fixed)
Selecting the image and press delete
| Reported by: | fc.stuurman@… | Owned by: | guillaumed |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | delete image |
| Cc: |
Description
Selecting the image and press delete I get: This object doesn't handle this property or method
I found the solution on the old HTMLArea forum:
Code:
HTMLArea.prototype.ie_checkBackspace = function() {
var sel = this._getSelection(); if (sel.type == "Control") return;
The var sel = this._getSelection(); is added and It is on line 3308 in htmlarea.js.
Kind regards Fred Stuurman.
Change History
Note: See
TracTickets for help on using
tickets.
