kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

Bad style in Recurrence Editor Dropdowns (Material Theme)

Open BeniFreitag opened this issue 3 years ago • 1 comments

Describe the bug All Dropdowns at "Repeat on" are almost unreadable, because they're missing a width or padding.

To Reproduce Steps to reproduce the behavior:

  1. Open https://www.telerik.com/kendo-angular-ui/components/scheduler/editing/custom-reactive-editing/
  2. Ensure Theme is "Material"
  3. DoubleClick any recurring item > Edit the series
  4. Change to Monthly/yearly
  5. Open any dropdown, all have the wrong width

Expected behavior Dropdowns should have a width, so no horizontal scrollbar is shown.

Screenshots image

this style was there in earlier versions:

.k-dropdown .k-dropdown-wrap .k-input {
  padding: 0.375rem 0.75rem;
}

BeniFreitag avatar May 20 '21 13:05 BeniFreitag

Dropdowns look fine now, but the labels are in a strange order

image

BeniFreitag avatar Jun 03 '22 11:06 BeniFreitag

The form layout was addressed in v13.0.0 of @progress/kendo-angular-scheduler. See demo.

stnikolova avatar Oct 23 '23 13:10 stnikolova