Opened 12 years ago
Closed 12 years ago
#10851 closed Task (fixed)
Image2: Avoid hack in widget plugin
| Reported by: | Piotrek Koszuliński | Owned by: | Olek Nowodziński |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.3 |
| Component: | General | Version: | 4.3 Beta |
| Keywords: | Cc: |
Description
https://github.com/ckeditor/ckeditor-dev/commit/1895ef472522b9696e6ef4b184f98bdd74d51a4f#L14R618
We should check if it possible to move this line to the image2 dialog (e.g. its global setupContent function/listener if there's any)
Change History (5)
comment:1 Changed 12 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 12 years ago by
| Owner: | set to Olek Nowodziński |
|---|---|
| Status: | confirmed → assigned |
| Summary: | Avoid hack in widget plugin → Image2: Avoid hack in widget plugin |
comment:3 Changed 12 years ago by
| Status: | assigned → review |
|---|
comment:4 Changed 12 years ago by
| Status: | review → review_passed |
|---|
comment:5 Changed 12 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed on major with git:2849cd0.

The event-driven solution in t/10851