telerik / kendo-themes

Monorepo for SASS-based Kendo UI themes
148 stars 67 forks source link

Change position of all cells in Grid to 'relative' #1275

Open PreslavKozovski opened 4 years ago

PreslavKozovski commented 4 years ago

Describe the bug

The following style - https://github.com/telerik/kendo-themes/blob/develop/packages/default/scss/grid/_layout.scss#L356

Should affect all cells.

The JavaScript expects that it can add the "dirty" indicator without adding the ".k-dirty-cell" to the cell.

To reproduce Steps to reproduce the behavior:

  1. Go to https://demos.telerik.com/kendo-ui/grid/editing-popup
  2. Click edit on any non-first row.
  3. Edit a record.
  4. The "dirty" indicator is shown over the first cell of the Grid.

Screenshots

image

Affected package (please provide)

Affected suites (please provide)

Affected browsers (please provide)

PreslavKozovski commented 4 years ago

Before fixing this, we should implement - https://github.com/telerik/kendo-themes/issues/1276

Alex-Bubblemaster commented 4 years ago

Reported in ticket 1455833