DescriptionFix dragging text inside a input element nested in a draggable element.
I'm not entirely sure why this used to work and was broken by my
DragController refactoring. Manual inspection seemed to indicate that
it shouldn't have worked before the refactoring either, but it was
probably a combination of several different interactions that allowed
it to work. With this change, we (mostly) match what the spec says we
should do, and more importantly, we match Firefox's behavior. As a
bonus, the code is somewhat simpler as well.
BUG=298659
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161750
Patch Set 1 #Patch Set 2 : Maybe works #Patch Set 3 : #Patch Set 4 : Some layout tests #
Total comments: 4
Patch Set 5 : Resurrect accidentally removed layout test. #Patch Set 6 : Better names and comments #Messages
Total messages: 6 (0 generated)
|