We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://jsfiddle.net/Bimmr/qL84mz7u/ (Had to use JSFiddle as my work apparently blocks CodeSandbox...)
With the v9 update inner elements of the renderBullet element cause the pagination bullets to not trigger
Make the pagination bullets click event capture so it will run when children are clicked. With Swifter v8 this was the default behaviour.
The H1 is being rendered on top of the first element passed to the renderBullet causing the first element to never register the bullet being clicked
9.0.3
Edge
The text was updated successfully, but these errors were encountered:
8bcff39
No branches or pull requests
Check that this is really a bug
Reproduction link
https://jsfiddle.net/Bimmr/qL84mz7u/
(Had to use JSFiddle as my work apparently blocks CodeSandbox...)
Bug description
With the v9 update inner elements of the renderBullet element cause the pagination bullets to not trigger
Expected Behavior
Make the pagination bullets click event capture so it will run when children are clicked. With Swifter v8 this was the default behaviour.
Actual Behavior
The H1 is being rendered on top of the first element passed to the renderBullet causing the first element to never register the bullet being clicked
Swiper version
9.0.3
Platform/Target and Browser Versions
Edge
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: