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 resizable when editor's editable is false #1549

Closed
pkariz opened this issue Jul 7, 2021 · 1 comment
Closed

Table resizable when editor's editable is false #1549

pkariz opened this issue Jul 7, 2021 · 1 comment
Labels
Type: Bug The issue or pullrequest is related to a bug

Comments

@pkariz
Copy link

pkariz commented Jul 7, 2021

Description
You can resize table when editor's editable is set to false.

Steps to reproduce the bug

  1. Create an Editor instance which has editable: false and extension:
Table.configure({
  resizable: true,
}),
  1. Resize the table (it changes the editor's content)

Expected behavior
You shouldn't be able to resize the table when editor's editable is set to false.

@pkariz pkariz added Type: Bug The issue or pullrequest is related to a bug v2 labels Jul 7, 2021
@jelleroorda
Copy link

We also encountered this issue, however, it didn't actually resize the table. It does allow you to resize the columns, but after that it snaps back to the original position. Here's a small video to explain what I mean:

Schermopname.2021-07-16.om.10.24.44.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue or pullrequest is related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants