Dialog without footer has extra space at the bottom #6850
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
https://stackblitz.com/edit/github-zxfsbh?file=src/app/app.component.html
Current behavior
If there's no footer for a dialog, there's (sometimes) an empty footer that appears. The footer will randomly appear and change size as you change the viewport size. On our website, the empty footer is transparent, but in the above stackblitz it's white:
Expected behavior
If there's no footer defined, none should appear, and the resize grabber in the corner should just appear in the main dialog body.
Minimal reproduction of the problem with instructions
In Chrome, simply open the Stackblitz, and you should see a small footer. It will change size as you adjust the viewport size.
In Firefox, the footer doesn't appear until the dialog is either taking up 100% of the viewport width or you pull the dialog to make it wider and then adjust the viewport.
Please tell us about your environment:
Windows 10
Angular version: ~6.1.7
PrimeNG version: ~6.1.5
The text was updated successfully, but these errors were encountered: