telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
464 stars 213 forks source link

[Editor] Newly added column not visible after column resize #4283

Open mbechev opened 2 months ago

mbechev commented 2 months ago

Describe the bug If we manually resize the columns of a table, causes the newly added columns to have no width. Thus they would be visually invisible (but exist in the DOM).

https://github.com/telerik/kendo-angular/assets/33104481/7dd0c972-72b3-4847-9a7f-8626f8ecce90

The issue is reproducible in the demo from the site: https://www.telerik.com/kendo-angular-ui/components/editor/tools/#toc-built-in-tools

  1. Add a table with some columns.
  2. Resize each column width.
  3. Try to add a new column using the built-in tool.
  4. The column is added, but without any width.

If we resize some of the columns (not all) or don't change their width, adding a column to the table works correctly.