Good Afternoon Radzen team, I am testing the Radzen dropdown and have stumbled onto unexpected behavior. In some cases, scrolling with the mouse wheel can cause the selection list of a dropdown component to float up and down on the page.
To reproduce:
Radzen v2.32.1 with Angular project, and Chrome v78. (Not tested in other browsers.)
I have seen this issue present when I have a page with a datagrid. The item count on the datagrid must exceed the height of the page so vertical scrolling is possible.
An edit page must then be opened and presented as a dialog box. Of course, the edit page must contain a dropdown component.
Side note: When the edit dialog is open, mouse wheel events still cause the datagrid to scroll in the background. This behavior seems unexpected.
Next, click a dropdown to present a list of items to select. While the mouse is over the list, scrolling up and down with the mouse wheel works as expected.
Leave the selection list open and move the mouse to the side, over the labels for example. Scrolling with the mouse wheel will cause the datagrid in the background to scroll and also drag the dropdown list with it. The dropdown control itself remains in the correct position.
Thank you for your time and effort.