Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2005-03-17 16:01:04

fstuurman
New member
Registered: 2005-03-10
Posts: 6
Website

problem when deleting images in IE

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

#2 2005-03-18 03:22:44

niko
Xinha Authority
From: Salzburg/Austria
Registered: 2005-02-14
Posts: 338

Re: problem when deleting images in IE

you can add a new ticket!
(although viewing the tickets doesn't work)


Niko

Offline

#3 2005-03-18 06:57:50

fstuurman
New member
Registered: 2005-03-10
Posts: 6
Website

Re: problem when deleting images in IE

Ok, I posted Ticket #71 for this,
Kind regards Fred.

Offline

Board footer

Powered by FluxBB