Opened 12 years ago
Closed 12 years ago
#9362 closed Bug (fixed)
Table properties in context menu aren't shown immediately
Reported by: | Olek Nowodziński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | UI : Context Menu | Version: | 4.0 |
Keywords: | Cc: |
Description
- Go to http://ckeditor4.t/ckeditor/samples/replacebyclass.html
- Right click the table
- Close the context menu. Right click the table again.
Attachments (3)
Change History (10)
Changed 12 years ago by
Attachment: | delayedTablePropsBefore.png added |
---|
Changed 12 years ago by
Attachment: | delayedTablePropsAfter.png added |
---|
comment:1 Changed 12 years ago by
Status: | new → pending |
---|
Changed 12 years ago by
Attachment: | delayedProps.ogv added |
---|
comment:3 Changed 12 years ago by
Status: | pending → confirmed |
---|
comment:4 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:5 Changed 12 years ago by
Status: | assigned → review |
---|
Pushed t/9362@dev.
Issue occurs because selectionChange event on which commands are updated is fired after context menu is opened. My proposal is to force selection check before opening context menu.
comment:6 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
WFM on both IE/Fx, any clue?