You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the <kendo-dropdownlist> with [popupSettings]="{appendTo: 'component'}" and have issues in Firefox that the position of the dropdown isn't updated correctly. Other browser seem to be working fine.
Some observations:
if the component is at its original place, when it is clicked, the dropdown opens at the correct spot. However, when scrolling, the position is not updated.
if the component is getting scrolled to a different location (or moved to a different spot because of components above that are loading later and take an unknown amount of space), the location is wrong from the start and also doesn't update, when the page is scrolled.
Steps To Reproduce
This can be reproduced by using the main dropdownlist example from the documentation and adding [popupSettings]="{appendTo: 'component'}".
Description
We are using the
<kendo-dropdownlist>
with[popupSettings]="{appendTo: 'component'}"
and have issues in Firefox that the position of the dropdown isn't updated correctly. Other browser seem to be working fine.Some observations:
Steps To Reproduce
This can be reproduced by using the main dropdownlist example from the documentation and adding
[popupSettings]="{appendTo: 'component'}"
.A more minimal example without all the stuff around and just some spaces for scrolling could be found here:
https://stackblitz.com/edit/angular-eesbaq?file=src%2Fapp%2Fapp.component.ts
Screenshots or video
Actual Behavior
Position of dropdown popup is fixed and doesn't update to be next to the dropdown component, when then position of the dropdown component changes.
Expected Behavior
The popup is always attached to the dropdown component.
Browser
Firefox
Browser version
latest, developer
OS type
Windows
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
Worked with
"@progress/kendo-angular-dropdowns": "4.3.0"
. We skipped from there to Kendo 16.10.The text was updated successfully, but these errors were encountered: