Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown position fixed in Firefox #4459

Open
aueelis opened this issue Nov 19, 2024 · 0 comments
Open

Dropdown position fixed in Firefox #4459

aueelis opened this issue Nov 19, 2024 · 0 comments

Comments

@aueelis
Copy link

aueelis commented Nov 19, 2024

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:

  1. 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.
  2. 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'}".

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

Image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants