Opened 12 years ago
Closed 11 years ago
#9568 closed Bug (wontfix)
[Opera] Scroll after inserting element
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 4.0 |
Keywords: | Opera | Cc: |
Description
Scrolling after editable#insertElement has to be switched off (https://github.com/ckeditor/ckeditor-dev/commit/57049a1) because selection's type wasn't NONE, but selection was empty and in a result one of tests in iframe/iframe.html has been failing.
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Milestone: | CKEditor 4.0.1 |
---|
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Opera<=12 is not supported any more.
To reproduce:
Result: When iframe will be inserted browser (Opera only) will not be scrolled to caret position.