Opened 12 years ago
Closed 12 years ago
#10370 closed Bug (fixed)
Inconsistency in data events between framed and inline editors
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.2 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- At the beginning:
- inline: dataReady, contentDom
- framed: contentDom, dataReady
- After editor.loadSnapshot:
- inline: loadSnapshot, dataReady
- framed: loadSnapshot
Change History (7)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 12 years ago by
Status: | assigned → review |
---|
comment:5 Changed 12 years ago by
Status: | review → review_passed |
---|
Added doc string for a new method in CKTESTER.tools.
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed on major with git:a4d3172 on dev and d2bc904 on tests.
Pushed t/10370 on dev and tests.
I fixed only dataReady on loadSnapshot - it is now fired correctly.
I haven't changed the events order because I would need to complicate the code and this difference seems to be insignificant.