Opened 8 years ago
#17058 new Bug
[Edge/IE] Visual selection applies to single table cell selection
Reported by: | Ktomporowski | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://tests.ckeditor.dev:1030/tests/plugins/tableselection/manual/tableselection#child
- Focus editor without focusing any table cell.
- Select first table cell without dragging a selection out of it's border.
Expected result
Cell should be marked with native selection.
Actual result
Cell was marked with visual selection.
Notes
Bug appends only if cell wasn't focused. You can try this scenario:
- Refresh test.
- Focus editor without focusing any table cell.
- Focus first table cell.
- Select first table cell without dragging a selection out of it's border.
As you can see, it received native selection.
Other details (browser, OS, CKEditor version, installed plugins)
OS: Windows 10 Browsers: Edge, IE 11