Description[M-37]: Fix dragging tab via mouse when touch is down on ChromeOS
Do not change value of |ToplevelWindowEventHandler::drag_reverted_| if
ET_MOUSE_CAPTURE_CHANGED is received after ET_MOUSE_RELEASED but before
the move loop has ended. This is currently the case with views::Widget.
This CL does not fix all of the possible places where CompleteDrag() may be
called after the drag was completed for the sake of being easier to merge
back to M-37
BUG=380481
TEST=ToplevelWindowEventHandlerTest.CaptureLossAfterMouseRelease
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281448
Patch Set 1 : #
Total comments: 8
Patch Set 2 : #
Messages
Total messages: 13 (0 generated)
|