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

Content after nested table in the same cell is not cut in some cases #905

Open
f1ames opened this issue Sep 13, 2017 · 0 comments
Open

Content after nested table in the same cell is not cut in some cases #905

f1ames opened this issue Sep 13, 2017 · 0 comments
Labels
browser:chrome The issue can only be reproduced in the Chrome browser. browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:ie The issue can only be reproduced in the Internet Explorer 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:table 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-54-45

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

The selection always starts in the last row of nested table and it can end:

  1. right after text in the last table cell,
  2. in the last table cell (containing whole cell).

In the 1. case the text after nested table is not cut when it should be (rest of the content is cut properly).

Case 2. works good, whole selected row and text after nested table is cut. The content of Cell 2.2.2 should be also cut which is covered in #787 fix. (well, that's not the case here as this in not tableselection plugin dependent bug, I assume it is some Safari issue only, as the gif was captured in Safari, because it does not happens in other browsers).

Checked also if it is not a native issue https://codepen.io/f1ames/pen/Bwabjd, but does not look like one as the selection behaves a little different there.

Other details

  • Browser: All but FF (not possible to do such selection there)
  • OS: All (tested on OS X)
  • CKEditor version: 4.7.2
  • Installed CKEditor plugins: table
@f1ames f1ames added browser:chrome The issue can only be reproduced in the Chrome browser. browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:ie The issue can only be reproduced in the Internet Explorer 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:table The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug. labels Sep 13, 2017
@mlewand mlewand added plugin:tableselection The plugin which probably causes the issue. plugin:table The plugin which probably causes the issue. and removed plugin:table The plugin which probably causes the issue. plugin:tableselection The plugin which probably causes the issue. labels Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser:chrome The issue can only be reproduced in the Chrome browser. browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:ie The issue can only be reproduced in the Internet Explorer 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:table 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