Skip to content
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 fails if Dialog contains a TabView/TabPanel #4182

Closed
caputech opened this issue Jul 21, 2023 · 0 comments
Closed

Dialog: Draggable fails if Dialog contains a TabView/TabPanel #4182

caputech opened this issue Jul 21, 2023 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@caputech
Copy link

Describe the bug

Starting in v3.30.0, the Dialog component loses its draggable ability if the Dialogue contains a TabView/TabPanel.

Reproducer

https://stackblitz.com/edit/o7cqoc?file=index.html

PrimeVue version

3.30.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

see link. Sample code below.

My header

xxxLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

<script setup> import { ref } from 'vue'; const visible = ref(false); </script>

Expected behavior

No response

@caputech caputech added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 21, 2023
@bahadirsofuoglu bahadirsofuoglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Aug 29, 2023
@bahadirsofuoglu bahadirsofuoglu self-assigned this Aug 29, 2023
@bahadirsofuoglu bahadirsofuoglu added this to the 3.32.3 milestone Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants