Opened 14 years ago

Closed 14 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)

4603.patch (1.2 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Garry Yao

Attachment: 4603.patch added

comment:1 Changed 14 years ago by Garry Yao

Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [4528].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy