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

Works around a crashing browser bug affecting Android browser 2.3.x on some devices #1019

Closed
wants to merge 1 commit into from

Commits on Nov 6, 2012

  1. Works around a crashing browser bug affecting Android browser < Andro…

    …id 2.3.5. The bug was triggered by code in effects. Fixes #12497.
    
    A simple example (without jQuery) of JS that will trigger this crashing browser bug is here: http://jsfiddle.net/wCQvh/
    
    This browser bug appears to have been resolved in Android 2.3.5. Unfortunately, there are a large number of active devices that cannot and/or will not be upgraded.
    
    The workaround in this commit preserves the same logic as the previous code but avoids triggering the browser bug.
    lukemelia committed Nov 6, 2012
    Copy the full SHA
    a848be6 View commit details
    Browse the repository at this point in the history