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

Opening context menu in the last table cell after text deselects selected rows #903

Open
f1ames opened this issue Sep 13, 2017 · 2 comments
Labels
browser:safari The issue can only be reproduced in the Safari browser. plugin:tableselection The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.

Comments

@f1ames
Copy link
Contributor

f1ames commented Sep 13, 2017

Are you reporting a feature request or a bug?

Bug

Check if the issue is already reported

None

Provide detailed reproduction steps (if any)

sep-13-2017 11-46-35

Easily reproducible on http://tests.ckeditor.dev:1030/tests/plugins/tableselection/manual/nestedtable.

  1. Select at least last column (or last with any preceding ones).
  2. Right click on the last column last cell after text.

Expected result

Context menu is opened, selection preserved.

Actual result

Context menu is opened, but the selection disappers.

Other details

  • Browser: Chrome/Safari (Webkit/Blink based)
  • OS: Checked on OS X
  • CKEditor version: 4.7.2
  • Installed CKEditor plugins: tableselection
@f1ames f1ames added browser:chrome The issue can only be reproduced in the Chrome browser. browser:opera The issue can only be reproduced in the Opera browser. browser:safari The issue can only be reproduced in the Safari browser. plugin:tableselection The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug. labels Sep 13, 2017
@Comandeer
Copy link
Member

Seems to be connected with known Webkit/Blink issue. It's really wreaking havoc in our tableselection plugin (see #591, #900 or #577). The selection in the last cell is probably ended directly in editable, so editor does not treat it as table one anymore.

@Comandeer
Copy link
Member

Issue is no longer reproducible in Chromium-based browsers.

@Comandeer Comandeer removed browser:chrome The issue can only be reproduced in the Chrome browser. browser:opera The issue can only be reproduced in the Opera browser. labels 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:tableselection 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

2 participants