Dialog: [V4] When it non-fixed, it will cause the appendTo
target shrink or joggled.
#6160
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When the
Dialog
component want to be appended with the styleposition: absolute
,triggering it with the
right
orbottomRight
ortopRight
state.It will cause the appended target joggle or shrink.
I had used
Dialog
as aDrawer
to let it under anposition: relative
element, and appeared asexpanded from the right side
.Reproducer
https://stackblitz.com/edit/eud9xv-fgipqu
PrimeVue version
4.0.3
Vue version
4.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
Chrome 127.0.6533.89
Steps to reproduce the behavior
Please visit: https://stackblitz.com/edit/eud9xv-fgipqu
Then click "Right" or "TopRight" or "BottomRight".
I only add a "pt" property on the
<Dialog />
component.Expected behavior
Without the joggling.
The text was updated successfully, but these errors were encountered: