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

V 4.0.1.1 Can't close any popup message both frontend and backend #11607

Closed
amdev opened this issue Aug 30, 2022 · 16 comments
Closed

V 4.0.1.1 Can't close any popup message both frontend and backend #11607

amdev opened this issue Aug 30, 2022 · 16 comments

Comments

@amdev
Copy link
Contributor

amdev commented Aug 30, 2022

Opencart v 4.0.1.1 freshy install
Admin step:
1.Login to admin and click developer settings
2.Click any refresh button and popup show
3.Click close popup but not working

Frontend step:
1.Click add to cart and popup show
3.Click close popup but not working

Thanks

@amdev amdev changed the title Can't close any popup message both frontend and backend V 4.0.1.1 Can't close any popup message both frontend and backend Aug 30, 2022
@mhcwebdesign
Copy link
Collaborator

Try the master branch, as far as I know Daniel has already fixed it in there.

@danielkerr
Copy link
Member

browser?? because this is not happening to me or any other people

@azn1viet
Copy link

azn1viet commented Sep 1, 2022

I can confirm I get the same issue:

I'm on the latest Chrome 105... and got the same issue. I tried on Bootstrap document guide, it's working fine, but when I copy their code to add manually, it won't work on OpenCart 4.

@amdev
Copy link
Contributor Author

amdev commented Sep 1, 2022

browser?? because this is not happening to me or any other people

Windows 10 64bits with chrome Version 104.0.5112.102

@kb-git
Copy link

kb-git commented Sep 2, 2022

I have exactly the same issue.
Opencart 4.0.1.1.
Windows 11
Chrome version 105.0.5195.54 (Official Build) (64-bit)

cannot-close

@mhcwebdesign
Copy link
Collaborator

Guys, this has been fixed in the master branch!

The only difference with these alert boxes on the frontend, as compared to the backend, is that they don't automatically time out, the user has to manually click on the close icon ('x').

@kb-git
Copy link

kb-git commented Sep 2, 2022

Close button (x) and links in the messages are not clickable.
Try: https://www.atol-nabytek.cz/2022/

@chulcha
Copy link

chulcha commented Sep 2, 2022

.toast-container {
	width: max-content;
	max-width: 100%;
	/* pointer-events: none; */
}

@kb-git
Copy link

kb-git commented Sep 2, 2022

Yes, that fixed it! Thank you.

@mhcwebdesign
Copy link
Collaborator

Close button (x) and links in the messages are not clickable. Try: https://www.atol-nabytek.cz/2022/

Yes, they are when using the master branch!

@amdev
Copy link
Contributor Author

amdev commented Sep 3, 2022

#alert {
z-index: 9999;
pointer-events: all;/frome master branch add this line/
}

Just check from msater branch added pointer-events: all; in #alert {} but v4011 don't have it

Closed issue

@amdev amdev closed this as completed Sep 3, 2022
@FelipoAntonoff
Copy link

Hello, actually in 4.0.1.1 there is no fix, I was about to open an Issue until I saw it.

It would also be good after a while to close the notice.

@danielkerr
Copy link
Member

refresh ur css

@amdev amdev reopened this Sep 12, 2022
@amdev
Copy link
Contributor Author

amdev commented Sep 12, 2022

refresh ur css

Hi Dan in v.4.0.1.1 still dont have point-events in stylesheet.css

Please check

stylesheet.css

4011-still-bug

@mhcwebdesign
Copy link
Collaborator

Is nobody reading the posts here?

Please try the current master branch, it is fixed, alerts can be closed.

@amdev amdev closed this as completed Sep 12, 2022
@danielkerr
Copy link
Member

@amdev already fixed! stop bothering me u clown! sort it ur self. delete the css cache

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

7 participants