Opened 13 years ago
Closed 12 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 13 years ago by
| Status: | new → confirmed | 
|---|
comment:2 Changed 13 years ago by
| Cc: | Olek Nowodziński added | 
|---|
comment:3 Changed 13 years ago by
comment:4 Changed 12 years ago by
| Resolution: | → wontfix | 
|---|---|
| Status: | confirmed → closed | 
We dropped Opera <15 support.

I thought about TC that should be possible to implement by code.
That may trigger the same issues as clicking a button.