Delete columns work incorrectly with native selection on Chrome #648
Labels
browser:chrome
The issue can only be reproduced in the Chrome browser.
browser:safari
The issue can only be reproduced in the Safari browser.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Are you reporting a feature or a bug?
BUG
Check if the issue is already reported
Put all reference links here…
Provide detailed reproduction steps (if any)
Example: https://codepen.io/msamsel/pen/bRZrNV
D
character.Column -> Delete Column
Expected result
Only one column will be delete. Column where caret is put
Actual result
2 columns are removed.
Note:
It seems that Chrome wrongly keep selection range, when collapsed selection is put after last character in table cell. Start node is properly set in current cell, but end node is set up to cell from next column.
Other details
The text was updated successfully, but these errors were encountered: