Home | History | Annotate | Download | only in win

Lines Matching full:drop

179         Drag and Drop: Windows uses "stop" sign as cursor when dragging
184 we should show the custom cursors during drag and drop. However, this is
185 currently only used on Windows, and only used to hide the "drop not allowed"
2361 Implements support for DHTML drag-and-drop operations (i.e. ondragstart, ondragend)
2365 The WebView and WebDropSource drag-and-drop functions, as called by function
2366 DoDragDrop in its event loop, neither used the drop effect as specified by
2368 Instead, these functions defaulted to some hardcoded drop effect and set of
2369 allowed drop effects, respectively.
2371 Tests: fast/events/drag-and-drop.html
2381 appropriate drop effect from state of keyboard and allowed effects
2385 (WebView::Drop):
2627 not-allowed cursor when the drag-and-drop operation is not allowed.
2631 allowed drop effects should be determined by the allowed operations of the
2634 We cannot test this using DRT because DRT looks at the programmatic drop
2637 drop effect and the WebKit drop effect. Because DRT cannot read the screen buffer
3529 Fix of <rdar://6728361> Mouse wheel scrolling on a page with expanded drop down
3530 list detaches drop down.
4219 [Win] HTML5 Drag and drop, dragend is not fired when pressing Esc