Skip to content
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

full screen bug #1

Open
JeffersonTeixeira opened this issue May 4, 2020 · 1 comment
Open

full screen bug #1

JeffersonTeixeira opened this issue May 4, 2020 · 1 comment

Comments

@JeffersonTeixeira
Copy link

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
Copy link
Member

mrkhoa99 commented May 5, 2020

Thanks @JeffersonTeixeira. Let me check with our team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants