You are not logged in.
Hi,
I tried to view the tickets but i get : Report failed: database disk image is malformed.
So I post the bug here:
When you delete an image in IE by 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:
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.
Offline
you can add a new ticket!
(although viewing the tickets doesn't work)
Niko
Offline