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

DropDowns popupSettings not working as expected

Open kkapitanova opened this issue 3 years ago • 4 comments

The popupSettings do not apply some of the properties to certain components, for example:

  • width is not applied to the DropDownTree's popup (reported in 1521089)
  • height is not applied to all dropdowns' popups

This is visible in the following demo: https://stackblitz.com/edit/react-ty6qkx?file=app/main.jsx

kkapitanova avatar May 25 '21 10:05 kkapitanova

Are there any workarounds for this issue while it's being fixed?

ksdc-andreo avatar Aug 25 '21 16:08 ksdc-andreo

For anyone else having this issue, we found the following workaround:

<DropDownTree
    ...
    popupSettings={{ className: 'dropDownTree' }}
/>

using the following CSS:

.dropDownTree {
  width: 400px !important;
  height: 650px !important;
  overflow: auto !important;
}

ksdc-andreo avatar Sep 03 '21 10:09 ksdc-andreo

reported again in 1559018 for DropDownTree's

simonssspirit avatar Mar 25 '22 09:03 simonssspirit

Reported again in Ticket ID: 1578471 (for MultiSelect)

vveesseelliinnaa avatar Sep 05 '22 13:09 vveesseelliinnaa

Reported again in Ticket ID: 1583249

vveesseelliinnaa avatar Oct 13 '22 14:10 vveesseelliinnaa

Reported in Ticket ID: 1602612 for DropDownTree

WissamProgress avatar Mar 23 '23 09:03 WissamProgress

I've also noticed this in MultiSelectTree.

ppseafield avatar Jun 13 '23 16:06 ppseafield

Reported in Ticket ID: 1623884

WissamProgress avatar Sep 19 '23 10:09 WissamProgress

Is it possible to up the priority for this bug? This is a show stopper for us.

surajts avatar Jan 15 '24 02:01 surajts

@surajts I increased this bug's priority based on the number of times it was reported (9 times). It is now among the top 10 bugs with the highest priority.

WissamProgress avatar Jan 15 '24 10:01 WissamProgress

Reported in Ticket ID: 1638197 for the MultiSelectTree

WissamProgress avatar Jan 23 '24 07:01 WissamProgress