-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Product detail image gallery has strange behavior #43
Comments
We need to swap the selected image / primary image on mouseover: |
15dfc6aa8e7b21bbfd59a2b191fa754083b9e32a Fixes #43: made product detail image gallery work better |
Looks like this broke drag and drop re-ordering of images when user is an admin. When the normal user just hovers off image gallery some funkiness is happening where the gallery shows multiple images that aren't really the images that are supposed to be there as well. In the screenshots below there should be 5 unique images. |
|
Updated the JS to swap images on mouseenter. Admin reordering will reactively update end user images, but complete ordering will only be displayed on page refresh. |
…pdate-radial-payment-to-1.0.0 Update radial payment to 1.0.0
After adding a second image to the gallery:
The text was updated successfully, but these errors were encountered: