Comment 1 for bug 740213

Revision history for this message
Chase Douglas (chasedouglas) wrote : Re: Two finger trackpad scrolling inverted when using ginn

The correct solution is to subscribe to two finger scroll events only on direct touch devices. Currently, the code subscribes to all reasonable gestures on all devices. It needs to subscribe only to the gestures that are listed in the wishes file and only on the applicable device types for those wishes.