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 enabling the fullScreen mode for the drawer component at runtime, the component transitions correctly with the fullscreen behavior (using opacity). However, when fullScreen is set to false afterward, the component fails to return to its sliding transition. Instead, it retains the opacity-based transition used for the fullscreen mode, resulting in an inconsistent user experience.
Describe the bug
When enabling the fullScreen mode for the drawer component at runtime, the component transitions correctly with the fullscreen behavior (using opacity). However, when fullScreen is set to false afterward, the component fails to return to its sliding transition. Instead, it retains the opacity-based transition used for the fullscreen mode, resulting in an inconsistent user experience.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/cjwth51q?file=src%2Fapp%2Fimports.ts,src%2Fapp%2Fdrawer-basic-demo.html,src%2Fapp%2Fdrawer-basic-demo.ts
Environment
windows
Angular version
19
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
When exiting the fullscreen mode (fullScreen set to false), the drawer should seamlessly revert to the sliding transition.
The text was updated successfully, but these errors were encountered: