DescriptionMerge 144608 "Web Inspector: touchmove not emulated inside iframe"
> Web Inspector: touchmove not emulated inside iframe
> https://bugs.webkit.org/show_bug.cgi?id=111292
>
> Reviewed by Vsevolod Vlasov.
>
> Source/WebCore:
>
> Move fake touch event dispatching from mouseMoved() into handleMouseMoveEvent()
> and bail out earlier from dispatchSyntheticTouchEventIfEnabled() when the event
> should be dispatched on a subframe.
>
> * page/EventHandler.cpp:
> (WebCore::EventHandler::mouseMoved):
> (WebCore::EventHandler::handleMouseMoveEvent):
> (WebCore::EventHandler::dispatchSyntheticTouchEventIfEnabled):
>
> LayoutTests:
>
> * fast/events/touch/emulated-touch-iframe.html:
> * fast/events/touch/resources/emulated-touch-iframe2.html:
TBR=apavlov@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145699
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|