Community
Participate
Working Groups
Will be needed for test-driven development of ipad/iphone compatibility layer.
Fixed in CVS HEAD in MobileWebkitSupportTest.js. Since this fixture is only used for ipad/ipod, and this is the only test for those platforms, i did not put it into TestUtil.js. The fixture is currently able to emulate simple touch and gesture events, including the corrosponding touch und touchlist-objects. Gestures are created only when using the "gesture" function, not when creating touchEvents that would accompany a gesture-event. The other way around however, a simulated gesture also creates these touch-events. Mouse events (created by webkit if "preventDefault is not called on touch-events), are not simulated. The fixture will be expanded upon as needed.