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

New column inserted into wrong position #900

Open
Comandeer opened this issue Sep 12, 2017 · 1 comment
Open

New column inserted into wrong position #900

Comandeer opened this issue Sep 12, 2017 · 1 comment
Labels
browser:safari The issue can only be reproduced in the Safari browser. plugin:tabletools The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.

Comments

@Comandeer
Copy link
Member

Are you reporting a feature request or a bug?

Bug

Provide detailed reproduction steps (if any)

  1. Open https://sdk.ckeditor.com/samples/table.html
  2. Put cursors at the end of "Q4" cell.
  3. Open context menu and select "Column" → "Insert Column Before"

Expected result

  • Column is inserted before that cell.
  • Only that cell is selected.

Actual result

  • Column is inserted at the beginning of the table.
  • "Cash, Cash Equivalents & Marketable Securities" cell is also selected.

Other details

  • Browser: Chrome, Safari
  • OS: macOS
  • CKEditor version: 4.5.0+ (4.7.0+ for tableselection integration)
  • Installed CKEditor plugins: tabletools, tableselection (optional)

It seems to be connected with known Webkit/Blink issue. Probably reusing workaround proposed in #653 should do the trick.

@Comandeer Comandeer added browser:chrome The issue can only be reproduced in the Chrome browser. browser:safari The issue can only be reproduced in the Safari browser. plugin:tabletools The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug. labels Sep 12, 2017
@Comandeer
Copy link
Member Author

Issue is no longer reproducible in Chrome.

@Comandeer Comandeer removed the browser:chrome The issue can only be reproduced in the Chrome browser. label Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser:safari The issue can only be reproduced in the Safari browser. plugin:tabletools The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

No branches or pull requests

1 participant