https://github.com/terhechte/stripe_bug_cocoa_example
There's an issue on Mac OS X 10.8 and 10.9 where CSS/JS Animation heavy contents in a Layer-Backed WebView do not draw correctly. This affects the Stripe Checkout form which does not display at all on those older operating systems. The bug seems to be fixed in 10.10 Yosemite.
https://github.com/terhechte/stripe_bug_cocoa_example
Last synced: 9 months ago
JSON representation
There's an issue on Mac OS X 10.8 and 10.9 where CSS/JS Animation heavy contents in a Layer-Backed WebView do not draw correctly. This affects the Stripe Checkout form which does not display at all on those older operating systems. The bug seems to be fixed in 10.10 Yosemite.
- Host: GitHub
- URL: https://github.com/terhechte/stripe_bug_cocoa_example
- Owner: terhechte
- Created: 2015-02-04T09:09:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T09:09:19.000Z (almost 11 years ago)
- Last Synced: 2025-01-27T22:44:41.367Z (11 months ago)
- Language: Objective-C
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
Awesome Lists containing this project
README
* Stripe Checkout Display Bug on OSX 10.8 & 10.9
There's an issue on Mac OS X 10.8 and 10.9 where CSS/JS Animation heavy contents in a Layer-Backed WebView do not draw correctly. This affects the Stripe Checkout form which does not display at all on those older operating systems. The bug seems to be fixed in 10.10 Yosemite.
** Conditions
The bug happens when those conditions are met:
- The Website heavily utilizes CSS Transformations
- The Cocoa WebView is Layer-Backed
** App
This app allows to see the bug as well as other CSS heavy websites (where animations work). It also allows to open any other website to debug the CSS.
This app also includes the Web Inspector, to make debugging easier.
[[./screenshot.png]]
** Installation.
Either download the binary that is part of this repository, or clone & compile it.
Compilation requires Xcode 5.0+ and Mac OS X 10.8+
[[./StripeExample.zip][StripeExample.zip]]