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

p-dialog: Dialog scrollbars appear for a moment and immediately disappear on closing child dropdown or multiselect overlay panel #12199

Closed
apolishko opened this issue Nov 11, 2022 · 1 comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@apolishko
Copy link

apolishko commented Nov 11, 2022

Describe the bug

p-dialog scrollbars appear for a moment and immediately disappear on closing child dropdown or multiselect overlay panel

Steps to reproduce:

  1. Create dialog
    <p-dialog [(visible)]="visible"
    [maximizable]="true"
    [closable]="true"
    [closeOnEscape]="false"
    [modal]="true" [style]="{width: '80vw', minWidth: '600px'}" appendTo="body">
  2. Place a dropdown with property appendTo="body" in the content of the dialog
  3. Open and close the dropdown popup. Dialog scrollbars flash.

Environment

Windows 11
.NET Core 6.0

Reproducer

No response

Angular version

14.0.4

PrimeNG version

14.2.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

18.4.0

Browser(s)

Chrome 107.0.5304.107

Steps to reproduce the behavior

  1. Place a dropdown with property appendTo="body" in the content of the dialog
  2. Open and close the dropdown popup. Dialog scrollbars flash.

Expected behavior

p-dialog scrollbars should not appear when closing a child dropdown/multiselect popup

@apolishko apolishko added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 11, 2022
@mertsincan
Copy link
Member

I think this issue has been already fixed in 14.2.2. #12189

We'll release it asap. If the problem persists with it, please reopen this issue. Thanks a lot for your understanding!
Best Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

2 participants