ckeditor5
ckeditor5 copied to clipboard
Selecting cells in a table with border=none results in some of the cell border to disappear
📝 Provide detailed reproduction steps (if any)
- Checkout to maser and pull recent changes.
- Open table manual test or docs.
- Apply the
noneborder style to the whole table. - Select some outer cells.
✔️ Expected result
The cell borders are visible, the same as in the current release: https://ckeditor.com/docs/ckeditor5/latest/features/tables/tables.html
❌ Actual result
Some cells' borders are invisible when selected:
https://github.com/user-attachments/assets/9d98cedf-fc83-430b-9ab8-e7411dc9bbca
❓ Possible solution
Most likely introduced in this PR: https://github.com/ckeditor/ckeditor5/pull/16880
📃 Other details
- Browser: All
- OS: macOS
If you'd like to see this fixed sooner, add a 👍 reaction to this post.