Skip to content

Product details page zoom issue when dropdown menu have overlap area with it. #5129

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

Closed
gizmocn opened this issue Jun 21, 2016 · 15 comments
Closed
Labels
Area: Frontend bug report Fixed in 2.2.x The issue has been fixed in 2.2 release line Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release

Comments

@gizmocn
Copy link

gizmocn commented Jun 21, 2016

Steps to reproduce

  1. Install Magento RC2.1
  2. modify app/design/Magento/luma/etc/view.xml to enable product gallery zoom,

Expected result

Actual result

  1. Zoom works fine, but when hover on category dropdown menu to the overlap area of product image and dropdown menu, the zoom is active abnormally, even the mouse is still on the dropdown menu.

The issue is also existed in 2.0.7.

please check the capture picture:
screenshot from 2016-06-21 19 50 41

@vil11
Copy link

vil11 commented Jun 23, 2016

@gizmocn

Hi! Thanks for reporting the issue. Internal ticket: MAGETWO-54719.

☀️ dima vilchynskyi, M2 QA

@vkorotun vkorotun removed the CS label Aug 4, 2016
@MomotenkoNatalia MomotenkoNatalia added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report labels Sep 6, 2016
@magento-engcom-team magento-engcom-team added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report Area: Frontend Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed labels Sep 11, 2017
@phumlaninyati
Copy link

Hi Guys

Has this issue been resolved by anyone, having the same issue?

Thanks

@JuteSenthil
Copy link

JuteSenthil commented Oct 12, 2017

Hi Team,

Is this issue has resolved ? Can any one provide solution or suggestion for this issue ? It will be more

helpful for me.

Note: Am using Magento-2.0.8 CE version.

Thanks.

@magento-engcom-team
Copy link
Contributor

@gizmocn, thank you for your report.
We've created internal ticket(s) MAGETWO-54719 to track progress on the issue.

@magento-engcom-team magento-engcom-team added 2.1.x Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release labels Oct 17, 2017
@nimitaemipro
Copy link

nimitaemipro commented Jan 7, 2018

#mm18in I would like to work on this issues.

@magento-engcom-team
Copy link
Contributor

@nimitaemipro thank you for joining. Please accept team invitation here and self-assign the issue.

@magento-team
Copy link
Contributor

Hi @gizmocn. Thank you for your report.
The issue has been fixed in #13084 by @mayankzalavadia in 2.2-develop branch
Related commit(s):

The fix will be available with the upcoming patch release.

@magento-team magento-team added the Fixed in 2.2.x The issue has been fixed in 2.2 release line label Jan 11, 2018
@minhluan259
Copy link

@magento-team
#13084 this patch has an issue
when moving the mouse out of the box, the magnifier-zoom does not hidden
https://prnt.sc/hz6ax8

@minhluan259
Copy link

#mageconf I can fix this issue

@magento-engcom-team
Copy link
Contributor

Hi @gizmocn. Thank you for your report.
The issue has been fixed in magento-engcom/magento2ce#1351 by @magento-engcom-team in 2.3-develop branch
Related commit(s):

The fix will be available with the upcoming 2.3.0 release.

@magento-engcom-team magento-engcom-team added the Fixed in 2.3.x The issue has been fixed in 2.3 release line label Feb 6, 2018
@denistrator
Copy link

@magento-engcom-team the issue is not fixed. Please have attention to what @minhluan259 says

@denistrator
Copy link

@minhluan259

I can fix this issue

what is your fix?

@minhluan259
Copy link

@denistrator
You can add the code after line $box.on('mousemove', onMousemove);

        $box.on('mouseout', function () {
            onThumbLeave();
            isOverThumb = false;
            $largeWrapper.addClass(MagnifyCls.magnifyHidden);
        });

@boostify-pro
Copy link

I am using 2.2.6 and still having this issue

@txbada
Copy link

txbada commented Jan 11, 2019

Two new installs of 2.3.0. And the issue is still there on both sites.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Frontend bug report Fixed in 2.2.x The issue has been fixed in 2.2 release line Fixed in 2.3.x The issue has been fixed in 2.3 release line Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release
Projects
None yet
Development

No branches or pull requests