Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#12713 closed Bug (invalid)

Can't get rid of useless custom context menu

Reported by: Danil Owned by:
Priority: Normal Milestone:
Component: UI : Context Menu Version:
Keywords: Cc:

Description

I want to get rid of CKEditor context menu, because it does almost nothing but blocks useful(copy/paste, spellcheck options) native context menu.

Config removePlugins: 'contextmenu does not work! It's just has no value! Additionally i get error:

Uncaught Error: Plugin "contextmenu" cannot be removed from the plugins list, because it's required by "tabletools" plugin.

If I remove "tabletools" it's fine, except I loose control over table. Additional toolbar button could be fine. Or maybe "air" (floating) table toolbar when cursor is placed inside table.

I'm really surprised this bug is not listed yet.

Change History (2)

comment:1 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

If you want to use tabletools plugin then this contradicts to what you have written and menu is useful after all.

This is how it currently works. Table tools are available from context menu only so in order to use them you need CKEditor menu. Please see #9284 for more details.

I agree however that it would be nice to have table tools available from toolbar when context menu isn't used. Because of that I have reported Feature Request: #12716.

comment:2 Changed 9 years ago by Danil

Custom context menu for editable area is just not a web-oriented solution. That's all.

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