-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Dialog: Draggable STILL Fails #4298
Comments
In my case in 3.32.0 drag and drop works well, the breaking change is introduced in the latest 3.32.1.
|
Introduced by: #4252 |
Hi guys! I've fixed this bug. It was the incorrect naming of the variable. I've changed getComputedStyle to containerComputedStyle. @melloware could you please check it? |
This is not really the issue I was reporting. Draggable is failing if their is a Tab View in the Dialog. It seems to have started in 3.30.0. A reproducer is here. https://stackblitz.com/edit/o7cqoc-gmw8jq?file=package.json |
Describe the bug
Dialog Component: Draggable prop no longer works. Dialogs cannot be dragged since 3.30.0. The docs illustrate the behavior now.
Reproducer
https://codesandbox.io/p/sandbox/primevue-demo-forked-s7vhyc
PrimeVue version
3032.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Attempt to drag a Dialog. Even explicitly setting draggable to true does not correct.
Expected behavior
Expect Dialog to be draggable when set or by default. The docs now also illustrate this behavior in 3.32.1.
The text was updated successfully, but these errors were encountered: