boolfly / quick-view

Quick View extension for Magento 2
Open Software License 3.0
0 stars 5 forks source link

full screen bug #1

Open JeffersonTeixeira opened 4 years ago

JeffersonTeixeira commented 4 years ago

After the user has opened the quick view window, click in the product image (what in normal product catalog view would show fullscreen view) it loads fullscreen mode but in the back window, it also makes all images be blank. Well I was able to fix it just changing in: Base module, the file _mfp.less (Boolfly/Base/view/base/web/css/source/module/_mfp.less) all z-index 100 points less for example: z-index: 1042 is now 942 z-index: 1043 is now 943 I did 5 changes. I opened a issue to ask if: it can broke something?

by default the css .fotorama--fullscreen (div which open fullscreen view) has: z-index: 1000 !important; This is why i had to use value less than 1000

AAH another one thing: file quick-view.js should be: 'jquery-ui-modules/widget', instead of jquery/ui Would be nice if the quick view windows have a close button, You know, user is user...

mrkhoa99 commented 4 years ago

Thanks @JeffersonTeixeira. Let me check with our team.