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 the popup window do not have enough space it causes the popup to glitch. You can observe this behavior in the video linked below:
2024-12-02_16-19-16.mp4
Step to reproduce:
Navigate to the portal example in the demo using rc-trigger v2.2.5.
Resize the window so that the popup appears slightly off-screen.
Watch for the glitch in the popup during the transition. It looks like the style are being recalculate.
This is causing issue because when working with microfrontend, each microfrontend has it designed container. The glitch happens when the popup extends outside the container of the microfrontend that triggers it, leading to this unexpected behavior.
mellis481, John-Feola, allegraweldon, jon-cullison and TmanTman