Ticket #71 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

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

Changed 8 years ago by gogo

  • version set to trunk
  • milestone set to Version 1.0

Changed 8 years ago by guillaumed

  • owner changed from gogo to guillaumed

Changed 8 years ago by gogo

guillaume: you might want to check that this still happens before you try fixing it, I have a feeling it may be fixed already as a result of fixing another problem a while ago.

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed

Works for me (now).

Note: See TracTickets for help on using tickets.