Bug report
Reproducible in Chrome and IE11. In Firefox highlighting a row and applying formatting (bold) applies it only to the first cell on the row.
Reproduction of the problem
Screenshot.
- Copy/paste a table from Excel into the Editor.
- Highlight the first row and use the Bold tool.
- Inspect the table Html.
Current behavior
strong tags are added under the tr element
Expected/desired behavior
strong tags are added only under the td elements.
Environment
- Kendo UI version: 2019.2.514
- jQuery version: x.y
- Browser: [Chrome, IE]