Problem with fullscreeen galleria inside p-drawer component. #17177
Labels
Resolution: Help Wanted
Issue or pull request requires extra help and feedback
Milestone
Describe the bug
The problem occurs if the "p-galleria" component is placed inside the "p-drawer" component and if I try to display the gallery in full screen mode. I am attaching a link to a reproduction of this error.
https://stackblitz.com/edit/dlpfh37j-tafkh1vw?file=src%2Fapp%2Fgalleria-full-screen-template-demo.html
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/dlpfh37j-tafkh1vw?file=src%2Fapp%2Fgalleria-full-screen-template-demo.html
Environment
"@angular/animations": "^19.0.5",
"@angular/cdk": "^19.0.4",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/platform-server": "^19.0.5",
"@angular/router": "^19.0.5",
"@angular/ssr": "^19.0.6",
"@angular-devkit/build-angular": "^19.0.6",
"@angular-devkit/core": "^19.0.5",
"@angular-devkit/schematics": "^19.0.5",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@angular/language-service": "^19.0.5",
"@primeng/themes": "^19.0.1",
"primeng": "^19.0.1",
Angular version
19.0.5
PrimeNG version
v19
Node version
22.12.0
Browser(s)
No response
Steps to reproduce the behavior
The problem occurs if the "p-galleria" component is placed inside the "p-drawer" component and if I try to display the gallery in full screen mode.
Please select the appropriate gallery item to view it in full screen. Once selected, the gallery is not presented on the entire page but inside the drawer.
Expected behavior
Should show fullscreen galleria not inside "p-drawer" but in entire page.
The text was updated successfully, but these errors were encountered: