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

fix: use Math.round to get correct scroller first index (#8278) (CP: 23.5) #8284

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

vaadin-bot
Copy link
Collaborator

No description provided.

@web-padawan
Copy link
Member

Something is wrong as tests get stuck locally in 23.5 branch but not in 24.4. While Math.round() could be less performant, I definitely didn't expect it to be that bad... Replacing with it this trick seems to make it work though.

Also, when switching to use Node 20 instead of 18, tests pass in 23.5 branch too. So I think we should at least update CI configuration to use the same Node for all supported branches. Created #8287

@web-padawan web-padawan force-pushed the cherry-pick-8278-to-23.5-1733403912663 branch from d040a75 to b86a131 Compare December 6, 2024 07:59
Copy link

sonarqubecloud bot commented Dec 6, 2024

@web-padawan web-padawan merged commit e1a0e99 into 23.5 Dec 6, 2024
10 checks passed
@web-padawan web-padawan deleted the cherry-pick-8278-to-23.5-1733403912663 branch December 6, 2024 09:12
@vaadin-bot
Copy link
Collaborator Author

This ticket/PR has been released with Vaadin 23.5.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants