googlearchive / polymer-gestures

84 stars 27 forks source link

Work around safari crasher #56

Closed dfreedm closed 10 years ago

dfreedm commented 10 years ago

As reported by @MaKleSoft in https://groups.google.com/d/msg/polymer-dev/YE0U38xqXig/QXDFdEjFAIIJ, there is currently a crasher in Safari related to taps and templating.

Reported as https://bugs.webkit.org/show_bug.cgi?id=136506

sbmaxx commented 10 years ago

Maybe this will be usefull https://www.dropbox.com/s/o6zamwj1es1l0lq/MobileSafari_2014-09-05-084103_macsb.crash?dl=0 Detailed chrashlog from mobilesafari in ios simulator

dfreedm commented 10 years ago

@sbmaxx Thanks, but I have a couple dozen on my machine already :)

At this point, only Apple can benefit from the crashlogs, as the crasher lives in iOS-only touch handling code.

sbmaxx commented 10 years ago

@azakus i tried to change 'on-tap' to 'on-click' — no crashes.

dfreedm commented 10 years ago

@MakleSoft @sbmaxx Yeah, I think click events are going to be the best workaround for now. I've sunk a considerable amount of time into a few hacks, but nothing is working thus far.