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

Confirm (blue) button not rendering properly on Safari (mac) #13

Closed
justtobetrendy opened this issue Sep 22, 2013 · 3 comments
Closed

Comments

@justtobetrendy
Copy link

Seems that the "OK" button does not always render properly (no background color) in Safari version 6.0.5 on Mac.

I'm able to reproduce this at http://github.hubspot.com/vex/api/basic/ by clicking the second demo "Open a confirm".

Thanks.

@adamschwartz
Copy link
Contributor

This is a result of a different treatment of -webkit-filter brightness values in Safari and Mobile Safari vs Chrome. Presumably, these browsers will match Chrome at some point.

For now, we can take a look at switching to opacity or some other property until Safari resolves these issues.

@justtobetrendy
Copy link
Author

That or I personally could live with a fallback to no animation until they fix their implementation :)

Thanks!

@justtobetrendy
Copy link
Author

Thank you! :)

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