Opened 13 years ago
Closed 13 years ago
#10103 closed Bug (fixed)
Automatically refresh commands added after editor is ready
| Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.1 RC |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
This is follow-up of #10072.
Change History (5)
comment:1 Changed 13 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 13 years ago by
| Owner: | set to Piotrek Koszuliński |
|---|---|
| Status: | confirmed → assigned |
comment:3 Changed 13 years ago by
| Status: | assigned → review |
|---|
- Introduced editor#status
- Commands added between #mode and #instanceReady are correctly updated.
- Commands added after #instanceReady are correctly updated.
- Reused editor#status to simplify #9872 (see http://dev.ckeditor.com/ticket/9872#comment:8)
comment:4 Changed 13 years ago by
| Status: | review → review_passed |
|---|
comment:5 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed on major with git:ca6b17d on dev and d7792da on tests.
