-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 disappearing navigation arrows in fotorama zoom #18590
Fix disappearing navigation arrows in fotorama zoom #18590
Conversation
Hi @luukschakenraad. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
I might be wrong about this, but it could be that this is trying to fix the same issue as #18440 is trying to fix (but that one is for a lot more options of fotorama) |
That one seems to be unrelated to this issue. This one has nothing to do with any settings. It's just a bug in Fotorama which causes wrong behaviour of the previous and next buttons. |
Hi @sidolov, thank you for the review. |
Hi @luukschakenraad , we cannot reproduce this issue on the vanilla 2.3-develop instance. |
@sidolov I think you cannot reproduce it because of this commit: 163d4cc#diff-49a84585354f5715382cc2b014a3d961 That one changes the value of "arrows" from "1" to "true" which is another way to solve this issue. Even with that fix already applied, I think it's a good idea to implement this fix, as it is also in Fotorama's source-code: https://github.com/artpolikarpov/fotorama/blob/master/src/js/fotorama.js#L273 Secondly, these two fixes won't conflict and this one solves overridden templates as well. |
Hi @luukschakenraad. Thank you for your contribution. |
Description (*)
Fix for dissapearing navigation arrows in Fotorama zoom
Fixed Issues (if relevant)
#18585: Navigation arrows zoomed fotorama disappear
Manual testing scenarios (*)
Contribution checklist (*)