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

Triple-click and deleting text in last table cell pulls in content below the table #3256

Closed
evanrigby opened this issue Jul 9, 2019 · 2 comments · Fixed by #3213
Closed
Labels
core The issue is caused by the editor core code. status:confirmed An issue confirmed by the development team. target:major Any docs related issue that should be merged into a major branch. type:feature A feature request.
Milestone

Comments

@evanrigby
Copy link

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Go to ckeditor demo
  2. Insert a new 3x2 table above some existing content
  3. Enter some text in the last cell of the table (bottom-right)
  4. Triple-click the text in the table to select it
  5. Press the backspace or delete key

Expected result

The text should be removed

Actual result

The text is removed but the paragraph of content below the table is pulled into the last cell of the table
Capture1

Capture2

Other details

  • Browser: Chrome - (Firefox does not have the issue)
  • CKEditor version: 4.11
  • Installed CKEditor plugins: Standard Set (with table plugin)
@evanrigby evanrigby added the type:bug A bug. label Jul 9, 2019
@f1ames
Copy link
Contributor

f1ames commented Jul 9, 2019

This is related to #3175 and will be fixed with #3213 PR.

@f1ames f1ames added the status:confirmed An issue confirmed by the development team. label Jul 9, 2019
@f1ames f1ames added this to the 4.13.0 milestone Jul 9, 2019
@f1ames
Copy link
Contributor

f1ames commented Sep 9, 2019

Since the solution required workarounds for upstream browser issues, we marked it as a new feature.

@f1ames f1ames added core The issue is caused by the editor core code. target:major Any docs related issue that should be merged into a major branch. type:feature A feature request. and removed type:bug A bug. labels Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core The issue is caused by the editor core code. status:confirmed An issue confirmed by the development team. target:major Any docs related issue that should be merged into a major branch. type:feature A feature request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants