Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table properties button is disabled in the table toolbar #15040

Closed
Mgsy opened this issue Sep 21, 2023 · 0 comments · Fixed by #15150
Closed

Table properties button is disabled in the table toolbar #15040

Mgsy opened this issue Sep 21, 2023 · 0 comments · Fixed by #15150
Assignees
Labels
package:table squad:core Issue to be handled by the Core team. support:2 An issue reported by a commercially licensed client. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@Mgsy
Copy link
Member

Mgsy commented Sep 21, 2023

📝 Provide detailed reproduction steps (if any)

  • Add the following configuration to the editor that includes Table properties (e.g. all-features manual test):
table: {
   contentToolbar: [
      'tableColumn', 'tableRow', 'mergeTableCells', 'tableCellProperties'
   ],
   tableToolbar: [ 'tableProperties', 'toggleTableCaption' ]
}
  • Insert the table.
  • Select the table using the table handler.
  • Try to click on the table properties button.

✔️ Expected result

It's possible to open the table properties form.

❌ Actual result

The button is disabled.

Other details


If you'd like to see this fixed sooner, add a 👍 reaction to this post.

@Mgsy Mgsy added type:bug This issue reports a buggy (incorrect) behavior. package:table squad:core Issue to be handled by the Core team. labels Sep 21, 2023
@martynawierzbicka martynawierzbicka added the support:2 An issue reported by a commercially licensed client. label Sep 25, 2023
@niegowski niegowski self-assigned this Oct 6, 2023
@CKEditorBot CKEditorBot added the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Oct 6, 2023
niegowski added a commit that referenced this issue Oct 10, 2023
Fix (table): Table properties should be enabled if a table is selected from the outside. Closes #15040. Closes #15041. Closes #10983.
@CKEditorBot CKEditorBot removed the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Oct 10, 2023
@CKEditorBot CKEditorBot added this to the iteration 68 milestone Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:table squad:core Issue to be handled by the Core team. support:2 An issue reported by a commercially licensed client. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants