DescriptionFix for an annoying ASSERT in blink when we tap on an editable portiion of the page
The reason for the ASSERT is blink is checking for the force field in the
WebTouchEvent structure to be a valid value between 0 and 1. The touch
event constructor we use in HWNDMessageHandler always ends up setting the
force member in the PointerDetails structure to NaN.
Fix is to use a different flavor of the TouchEvent constructor to set a
force value of 0
BUG=none
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 3 (1 generated)
|