HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.03k stars 408 forks source link

Spinner not visible fully in version 1.4.2 and 1.5.0 #110

Open abhishekgahlot opened 8 years ago

abhishekgahlot commented 8 years ago

I am using Messenger.run() and I had to revert a css change that was done in 1.4.2 release for css class .messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill for transform-origin css class in order to make it work.

Can anyone confirm.

joshuajung commented 8 years ago

I can confirm that the spinner is not correctly displaying in up-to-date Chrome and Safari. How did you work around this issue?

abhishekgahlot commented 8 years ago

@joshuajung We are currently using this. I changed accordingly to fix the issue. ignore the recent commit. Second last commit should fix the issue for you

https://github.com/interviewstreet/messenger

Clearmist commented 7 years ago

I also confirm that this issue exists. I rolled back to version 1.4.1 (found here) to fix this issue.