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

Calendar: panelStyle width and min width overridden when appendTo is used #16176

Closed
Khalil-Khaled opened this issue Aug 6, 2024 · 0 comments · Fixed by #16178 · 4 remaining pull requests
Closed

Calendar: panelStyle width and min width overridden when appendTo is used #16176

Khalil-Khaled opened this issue Aug 6, 2024 · 0 comments · Fixed by #16178 · 4 remaining pull requests
Labels
LTS-FIXED-15.4.26 LTS-FIXED-16.9.15 LTS-PORTABLE Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Khalil-Khaled
Copy link
Contributor

Khalil-Khaled commented Aug 6, 2024

Describe the bug

When the user is using appendTo property and using panelStyle property to set a custom width or min width, these styles will be overridden by primeng's alignOverlay method.

Environment

Windows 10

Reproducer

No response

Angular version

18.1.2

PrimeNG version

17.18.6

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.14.0

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@Khalil-Khaled Khalil-Khaled added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Aug 6, 2024
@cetincakiroglu cetincakiroglu added this to the 17.18.8 milestone Aug 8, 2024
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working LTS-PORTABLE 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 8, 2024
cetincakiroglu added a commit that referenced this issue Aug 8, 2024
Fixed #16176 - Calendar | add checks on panelStyle width and min-width before applying alignOverlay styles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment