Styling inline editor nested inside table causes styles leaking #2403
Closed
Description
Type of report
Bug
Provide detailed reproduction steps (if any)
- Open http://jsfiddle.net/r9bfgwsk.
- Type foo inside a table cell.
- Select whole text ( with text selection, not table selection).
- Mark selected text bold.
Expected result
The selected text is bold.
Actual result
The table cell gets a grey background. The css-class "cke_table-faked-selection" is added to the table's td-element
Other details
- Browser: Firefox 62.0
- OS: Windows 10
- CKEditor version: 4.10.0
- Installed CKEditor plugins: sharedspace,lite,undo