Opened 11 years ago

Closed 10 years ago

#10347 closed Bug (wontfix)

[Opera] Error thrown when destroying inline editor with simultaneous click

Reported by: Piotrek Koszuliński Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc: Olek Nowodziński

Description

Add this button to the inlineall sample:

<button onclick="CKEDITOR.instances.editor1.destroy()">destroy</button>

Click it. Editor is destroyed but error is thrown in selection.js:15.

This is a similar issue to #10219, but it has a different reason.

Possible solution: adding !sel || to the if statement.

Change History (4)

comment:1 Changed 11 years ago by Piotrek Koszuliński

Status: newconfirmed

comment:2 Changed 11 years ago by Olek Nowodziński

Cc: Olek Nowodziński added

comment:3 Changed 11 years ago by Piotrek Koszuliński

I thought about TC that should be possible to implement by code.

editor.focus();
someInput.focus();
editor.destroy();

That may trigger the same issues as clicking a button.

comment:4 Changed 10 years ago by Piotrek Koszuliński

Resolution: wontfix
Status: confirmedclosed

We dropped Opera <15 support.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy