test(browerTrigger): ensure touch events initialize correctly on touch enabled Chrome
On certain browsers (e.g. on desktop Chrome with touch-events enabled), using the `initTouchEvent()` method (introduced in 06a9f0a) did not correctly initialize the event, nor did the event get dispatched on the target element. Using the `Event` constructor and manually attaching a `TouchList`, works around the issue (although not a proper fix). Fixes #11471 Closes #11493
G
Georgios Kalpakas committed
79fa7ddf8dd56b0dcbc1fa3df242786e42f1c8e9
Parent: 3621dbc
Committed by Peter Bacon Darwin <pete@bacondarwin.com>
on 4/2/2015, 8:09:57 PM