Closed xiaolinwuu closed 4 years ago
Hi @xiaolinwuu. Thank you for your report. To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento-engcom-team give me 2.3-develop instance
- upcoming 2.3.x release
For more details, please, review the Magento Contributor Assistant documentation.
@xiaolinwuu do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
I found out the scroll up takes place only on mobile chrome application, I think the issue is caused by the chrome topbar that shows/hides when we manually scroll the page
The issue was in the two elements of the fotorama widget: .fotoramaactive .fotoramaimg
They have top: 50% and position: absolute, so when chrome topbar shows/hides, the page suddenly jumps to the top.
I solved the problem extending the following css:
@media @mobile {
.catalog-product-view {
.fotorama__stage__frame.fotorama__active {
position: static !important;
}
.fotorama__stage__frame .fotorama__img {
position: static !important;
transform: initial !important;
}
}
}
Hi @shikhamis11. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
[x] 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).Details
If the issue has a valid description, the label Issue: Format is valid
will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid
appears.
[ ] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description
label to the issue by yourself.
[ ] 3. Add Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.
[ ] 4. Verify that the issue is reproducible on 2.3-develop
branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop
branch, please, add the label Reproduced on 2.3.x
.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
[ ] 5. Verify that the issue is reproducible on 2.2-develop
branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop
branch, please add the label Reproduced on 2.2.x
Next steps are available in case you are a member of Community Maintainers.
[ ] 6. Add label Issue: Confirmed
once verification is complete.
[ ] 7. Make sure that automatic system confirms that report has been added to the backlog.
@magento-engcom-team give me 2.3-develop instance
Hi @shikhamis11. Thank you for your request. I'm working on Magento 2.3-develop instance for you
Hi @shikhamis11, here is your Magento instance.
Admin access: https://i-21717-2-3-develop.instances.magento-community.engineering/admin
Login: admin
Password: 123123q
Instance will be terminated in up to 3 hours.
@shikhamis11 Thank you for verifying the issue.
Unfortunately, not enough information was provided to acknowledge ticket. Please consider adding the following:
"Component: "
label(s) to this ticket based on verification result. If uncertain, you may follow the best guessOnce all required information is added, please add label "Issue: Confirmed"
again.
Thanks!
:white_check_mark: Confirmed by @shikhamis11
Thank you for verifying the issue. Based on the provided information internal tickets MAGETWO-98944
, MAGETWO-98945
were created
Issue Available: @shikhamis11, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
@magento-engcom-team give me 2.3-develop instance
Hi @webkul-ajaysaini. Thank you for your request. I'm working on Magento 2.3-develop instance for you
Hi @webkul-ajaysaini, here is your Magento instance.
Admin access: https://i-21717-2-3-develop.instances.magento-community.engineering/admin
Login: admin
Password: 123123q
Instance will be terminated in up to 3 hours.
Closing this as a dupplicate of https://github.com/magento/magento2/issues/10518
Hi @xiaolinwuu. Thank you for your report. The issue has been fixed in magento/magento2#25385 by @krzksz in 2.4-develop branch Related commit(s):
The fix will be available with the upcoming 2.4.0 release.
In the product view page when I scroll down a little bit, sometimes (very often) the page scrolls to the top.
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
This is the effect: https://www.youtube.com/watch?v=aKwLVwIMrpM