Opened 15 years ago
Closed 15 years ago
#4603 closed Bug (fixed)
Unable to disable sub menu items
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | UI : Context Menu | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
The following form of menu item status definition doesn't work at all in submenu of contextmenu:
getItems : function() { return { tablecell_insertBefore : CKEDITOR.TRISTATE_OFF, tablecell_insertAfter : CKEDITOR.TRISTATE_OFF, tablecell_delete : CKEDITOR.TRISTATE_OFF ... }; }
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 4603.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [4528].