Opened 12 years ago
Closed 11 years ago
#9885 closed Bug (fixed)
[Opera] Input dialogs insert new elements instead of updating ones they edit
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 3.5.1 |
Keywords: | Cc: |
Description
- Open any framed editor sample.
- Insert input (select, radio, text).
- Double click to edit.
- Press ok.
- New input has been inserted.
This problem exists because double click opens input dialog, but selection is empty. Additionally - any input data aren't loaded into input dialog.
This issue isn't reproducible on inline editor.
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.0 → 3.5.1 |
comment:2 Changed 12 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue is no longer reproducible in latest Opera 18.
This can be reproduced from CKEditor 3.5.1 and continues till CKEditor 4.0 with small break in CKEditor 4 beta .
To reproduce:
Result: second e.g. radio element is inserted.
In CKE 4 beta JS error is thrown when you press OK button (I don't have source version for beta sorry):
Code:
Message: Unhandled Error-'this.document.getWindow().$.getSelection' is not a function.