Wruczek / Bootstrap-Cookie-Alert

A simple, good looking cookie alert built for Bootstrap 3/4. No dependencies required.
https://wruczek.github.io/Bootstrap-Cookie-Alert/demo-bs5.html
MIT License
237 stars 51 forks source link

Alert doesn't show up in Safari #8

Closed khannurien closed 4 years ago

khannurien commented 5 years ago

Hi, thanks a lot for this tool! I'm using it alongside Bootstrap 3 and AdminLTE 2.

While it does work with Firefox and Chrome, the alert does not show up in Safari (12.1). The demo does not work either.

Is there any way I could help you with debugging?

Wruczek commented 5 years ago

I don't have a mac, so unfortunately I can't check it myself. But you can open the developer console, and check if there are any error. If none, then go to the DOM inspector and try to find the cookie alert, then see in CSS attributes why its not showing up.

khannurien commented 5 years ago

No error show up in the console, however I did find a "hidden" attribute to the nodes:

Capture d’écran 2019-07-31 à 09 53 25

I'm willing to help you investigate further, don't hesitate to give me directions :-)

Wruczek commented 5 years ago

So I've tested it with a website testing tool on Safari 12.0 and its working. Can you make sure that it's not something with your browser? Try disabling your addons and ad-blockers and visit the demo website in incognito/private mode.

image