Problem/Motivation

Seems when using CKEditor layout table the table cell properties button appears twice

Steps to reproduce

We are on latest 10.5 version
Latest ckeditor5_plugin_pack
Installed Ckeditor layout tables
No custom settings
And cell properties appear twice

Proposed resolution

Not sure where the bug is coming from but cell properties should appear once

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

smustgrave created an issue. See original summary.

salmonek made their first commit to this issue’s fork.

salmonek’s picture

Status: Active » Needs review

Hi Stephen,

Thank you for reporting this issue.
In case both Table and Layout table plugins are added (plus HTML filter is disabled) then the contextual toolbar elements are added by both of them.
I have added hook_editor_js_settings_alter implementation that will ensure that table toolbar elements are unique (so cache rebuild is required)

smustgrave’s picture

Will try and test today! The ones provided by plugin pack are better then cores as it provides configuration options

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Sorry for the delay this worked great!

salmonek’s picture

Status: Reviewed & tested by the community » Fixed

Released in 1.4.2

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.