You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #5110 on October 19, 2021 09:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-thumbs-gallery-forked-ce6yu?file=/index.html
Bug description
When fast clicking the next/prev buttons images getting highlighted.

I managed a fix but dont know if its the rigth one:
.swiper { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ }
Expected Behavior
Dont get highlighted
Actual Behavior
No response
Swiper version
7.0.9
Platform/Target and Browser Versions
Windows / MacOS | FF | Chrome | Egde
Validations
Would you like to open a PR for this bug?
Beta Was this translation helpful? Give feedback.
All reactions