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
When displaying any dropdown component inside a Dialog, the popup cannot be opened. This happens when dir property of the document is set to rtl and on a small resolution 540x720.
Description
When displaying any dropdown component inside a Dialog, the popup cannot be opened. This happens when
dir
property of the document is set to rtl and on a small resolution 540x720.Steps To Reproduce
https://stackblitz.com/edit/angular-3xi553zf-pyuzmyso
Screenshots or video
Screen.Recording.2025-01-30.at.12.39.34.mov
Actual Behavior
The popup is immediately closed which leads to this flickering. Using the Window component doesn't produce such an error:
https://stackblitz.com/edit/angular-3xi553zf-ndqhy
Expected Behavior
The functionality of the dropdowns should not be affected by this configuration.
The text was updated successfully, but these errors were encountered: