bootstrap-notify icon indicating copy to clipboard operation
bootstrap-notify copied to clipboard

Problems on Firefox (Linux) -working on Chrome-

Open rubensa opened this issue 9 years ago • 6 comments

A video from default demo page (http://bootstrap-notify.remabledesigns.com/), with same (default) configuration: Left: Chrome Version 46.0.2490.80 (64-bit) Right: Firefox 42.0

https://youtu.be/68HXUcnuNrc

rubensa avatar Dec 03 '15 15:12 rubensa

May be related to https://github.com/mouse0270/bootstrap-notify/issues/97

rubensa avatar Dec 03 '15 15:12 rubensa

It is can you try adding something like this to your css file:

[data-notify="container"] {
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

mouse0270 avatar Dec 03 '15 15:12 mouse0270

Umm... injected using Firefox developer tools' "Style Editor" (as I was trying your demo page) and works like a charm...

PS: Why don't you include that CSS in your demo page (to make it compatible with Firefox)?

rubensa avatar Dec 03 '15 15:12 rubensa

Because I didn't know it was an issue with Firefox. haha. I took an educated guess at the problem and responded to you.

I will look into updating the documentation as soon as I can.

mouse0270 avatar Dec 03 '15 17:12 mouse0270

Thanks and sorry fon any inconvenience.

PS: I was not talking about documentation but live demo in your page (some may think that library doesn't work if live demo doen't work in their browser)

rubensa avatar Dec 03 '15 19:12 rubensa

I am going to leave this open, otherwise there is a good chance I'll forget about it.

mouse0270 avatar Dec 03 '15 19:12 mouse0270