Opened 8 years ago
Last modified 8 years ago
#17067 review Bug
Can't select cells in tfoot
Reported by: | Tomasz Jakut | Owned by: | Tomasz Jakut |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Open https://jsfiddle.net/0cr59Loa/
- Start selecting from a row above the one with headings.
- Stop selecting at the end of the table
Expected result
All selected rows remain selected.
Actual result
All rows below the one with headings are unselected just after releasing mouse button.
Other details (browser, OS, CKEditor version, installed plugins)
It seems to be connected with the order of elements in table. If tfoot
is after tbody
, then everything seems to be working correctly.
Change History (3)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Owner: | set to Tomasz Jakut |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 8 years ago by
Status: | assigned → review |
---|
https://github.com/ckeditor/ckeditor-dev/pull/408