Skip to content

Conversation

@usrlocl
Copy link
Contributor

@usrlocl usrlocl commented Dec 28, 2025

Current logic incorrectly identifies any nested Prime Component as a nested SplitterPanel causing incorrect behaviour. This change fixes that to identify SplitterPanel component only for such purpose.

Fix: #8449

Current logic incorrectly identifies any nested Prime Component
as a nested SplitterPanel causing incorrect behaviour. This
change fixes that to identify SplitterPanel component only for
such purpose.
@github-actions
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

1 similar comment
@github-actions
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@usrlocl usrlocl changed the title Fix: [Splitter] Nested SplitterPanel detection logic Fix: #8449: Nested SplitterPanel detection logic Dec 28, 2025
@github-actions
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@usrlocl usrlocl changed the title Fix: #8449: Nested SplitterPanel detection logic Fix(Splitter) #8449: Nested SplitterPanel detection logic Dec 28, 2025
@github-actions
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@usrlocl usrlocl changed the title Fix(Splitter) #8449: Nested SplitterPanel detection logic fix #8449: Nested SplitterPanel detection logic Dec 28, 2025
@github-actions
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@usrlocl usrlocl changed the title fix #8449: Nested SplitterPanel detection logic Fix #8449: Nested SplitterPanel detection logic Dec 28, 2025
@github-actions
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@usrlocl usrlocl marked this pull request as draft December 28, 2025 09:19
@usrlocl usrlocl marked this pull request as ready for review December 28, 2025 09:19
@usrlocl
Copy link
Contributor Author

usrlocl commented Dec 28, 2025

I'm unable to link this with the PR. The instructions in github don't work for some reason. But I've updated the title, hope that should do

@github-actions
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@melloware melloware added the Type: Bug Issue contains a defect related to a specific component. label Dec 28, 2025
@melloware
Copy link
Member

Please run npm run format

@github-actions
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@usrlocl
Copy link
Contributor Author

usrlocl commented Dec 29, 2025

@melloware I've pushed a fix for formatting, but it's failing still for a different file I did not change. Would you like me to fix that as well and push?

@melloware
Copy link
Member

Yes please let's get the build passing

@github-actions
Copy link

Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>.

@usrlocl
Copy link
Contributor Author

usrlocl commented Dec 29, 2025

It's still failing for the linked issue, not sure why. Is this something you can check?

@melloware
Copy link
Member

yeah that is flaky. Running the build now.

@melloware melloware merged commit 25faa90 into primefaces:master Dec 29, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug Issue contains a defect related to a specific component.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Splitter: Incorrect detection of nested SplitterPanel

2 participants