-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
JQuery FlexSlider: Fix innerHeight computation #33847
Conversation
Test Results SummaryCommit SHA: 3533522
To view the full E2E test report, click here. To view all test reports, visit the WooCommerce Test Reports Dashboard. |
Re-running failed tests (looks like some were temporary glitches, timeouts etc). |
@gigitux could you add a changelog entry?
|
Hi! |
…3829-flexslider-calculation
Hi @barryhughes, thanks for merging this pull request. Please take a look at these follow-up tasks you may need to perform:
|
All Submissions:
Changes proposed in this Pull Request:
Issue #33829 is caused by the innerHeight computation that is done by the library
flexslider
The computation depends on the dimension of different slides. The problem is that the computation of the height is done BEFORE setting the new dimensions to the slides. This PR fixes this behavior.I removed a
console.log
that I guess is not necessary. Also, ESLint gives me a lot of errors, but I didn't apply the fix, otherwise, the changes would be very massive.Closes #33829 .
How to test the changes in this Pull Request:
I suggest checking the attached video to understand the problem.
178453842-7b2e2f41-b2ca-4239-ac85-24ff6eb93a25.mp4
Other information:
pnpm changelog add --filter=<project>
?FOR PR REVIEWER ONLY: