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

Splitter: Ultima Template with horizontal Splitter minSizes not working #15629

Open
spennyf opened this issue May 20, 2024 · 2 comments
Open
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@spennyf
Copy link

spennyf commented May 20, 2024

Describe the bug

When following the Integration with Existing Angular CLI Projects guide from the documentation of the Ultima template and then adding a splitter that is layout="horizontal" with a [minSizes] is does not apply the [minSizes]. If it is layout="vertical it works".

Environment

I made a new angular application ng new --no-standalone smaple-prime and then followed the guide on how to add the template to an existing app.

Reproducer

I can share the sample project but did not want to upload here as it has the template code which shouldnt be posted publicly

Angular version

17.3.0

PrimeNG version

17.17.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.13.1

Browser(s)

No response

Steps to reproduce the behavior

  1. Make new angular app
  2. follow the guide https://www.youtube.com/watch?v=yl2f8KKY204
  3. Add a horizontal splitter with minSizes and the sizes do not apply

Expected behavior

The minSizes should be applied

@spennyf spennyf added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 20, 2024
@spennyf
Copy link
Author

spennyf commented May 20, 2024

When I set my my prime ng in package.json from "primeng": "^17.17.0", to "primeng": "17.2.0", the issue is fixed. Looks like there is a bug i 17.17.0

@spennyf
Copy link
Author

spennyf commented May 20, 2024

version 17.12.0 was the last working version 17.13.0 it does not work

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

1 participant