Lines Matching full:drag
139 Drag and Drop: Windows uses "stop" sign as cursor when dragging
8763 either to perform a paste operation or a drag and drop, we
10559 Drag and Drop source/destination code needs cleanup.
10562 Cleaned up some Drag and Drop code that deals with getting
10909 [GTK] Enable DOM clipboard and drag-and-drop access
10912 Add DataObjectGtk, a container for pasteboard and drag-and-drop data.
11438 Note that m_caretVisible starts as true for the drag caret controller to match the
11614 REGRESSION (r49268): DHTML drag not allowed unless event.dataTransfer.effectAllowed
11620 effectAllowed to enable drag and drop.
14984 [Qt] Drag & drop layout tests fail even when run manually
14988 fast/events/drag-and-drop.html
14989 fast/events/drag-and-drop-dataTransfer-types-nocrash.html
14990 fast/events/drag-and-drop-fire-drag-dragover.html
14995 Cleanup the drag operation if it failed to complete,
14996 Otherwise, new drag operations will not be possible.
18787 Test: fast/images/drag-svg-as-image.html
26208 WAI-ARIA: implement support for ARIA drag and drop
26211 Test: platform/mac/accessibility/aria-drag-drop.html
30227 -webkit-user-drag: element Drag images include overflow decorations from incorrect nodes
30232 * manual-tests/user-drag-with-decorations.html: Added.
33973 needed. This method fired a drag event whenever the mouse moved, but
33974 section 7.9.4 of the HTML 5 spec. defines the drag-and-drop processing
33991 As per Section 7.9.4 of the HTML 5 spec. <http://dev.w3.org/html5/spec/Overview.html#drag-and-drop-processing-model>,
33992 the drag event should always fire before the dragover event.
33994 In fixing this bug, this patch also makes our drag processing model
33997 Among the changes, this patch ensures that the drag event isn't fired outside
33998 of the drag-and-drop processing loop, WebCore::EventHandler::updateDragAndDrop.
33999 Currently, the drag event is fired whenever the mouse button is down and the OS
34000 detects the mouse moved. But, as per the spec, the drag event should
34003 Test: fast/events/drag-and-drop-fire-drag-dragover.html
34008 Modified to determine when we are in the correct instance of EventHandler to service the drag
34016 we should fire both drag and dragover events or only the dragover event.
36185 We should not bubble up events if we drag something to an iframe that
36189 Test: http/tests/misc/bubble-drag-events.html
36902 [GTK] Enable DOM clipboard and drag-and-drop access
48542 Fixes an issue where performing a non DHTML drag-and-drop operation
48549 drag-out-of-background-window.html
48552 (WebCore::DragController::startDrag): When performing a non-DHTML drag
48553 operation then default to drag operations DragOperationGeneric and
48799 invalid drag-and-drop operation.
48805 * manual-tests/drag-cursor-notallowed.html: Added.
49618 Match the behavior of other WebKit browser and have the first url of the drag data be the url passed in declareAndWriteDragImage and set the text of the drag data to be the title argument.
49620 Manual test: Drag the readability js link from http://lab.arc90.com/experiments/readability/
52203 Test: fast/events/drag-parent-node.html
52830 Test: http/tests/misc/drag-over-iframe-invalid-source-crash.html
53726 Tested by LayoutTests/fast/events/drag-to-navigate.html.
57312 REGRESSION(r48334): WebKit crashes on file select by drag
57317 Test: fast/events/drag-file-crash.html
57513 REGRESSION(r48334): WebKit crashes on file select by drag
58498 * WebCore.base.exp: Move Drag Support only exports to WebCore.DragSupport.exp.
60471 - At the start of a drag operation, the value of effectAllowed should be
60482 Test: fast/events/drag-dropeffect.html
60499 Make sure to clear the operation if drag source doesn't allow it.
60501 Set a default value for the dst drag op before sending dragEnter/Over.
60503 Clear m_destinationDragOperation at start of drag.
65241 HTML5 drag drop (Aug 2009 edition).
71743 [GTK] Drag and drop support
71746 Utilizes functions that are being called upon drag and drop actions.
71748 of drag data - images, HTML markup, text, URL, URL label.
71752 is added until implementations of the GTK drag and drop protocol
72584 Test: media/controls-drag-timebar.html
76627 * manual-tests/drag-caret.html: Added.
79893 Fix of <rdar://5015949> Drag Icon is not produced for over sized images.
81783 Dragging a resource in the sidebar should drag it's URL
86850 to the CSS properties -webkit-user-drag and -webkit-user-select respectively.
90900 [Win] HTML5 Drag and drop, dragend is not fired when pressing Esc
90903 * manual-tests/drag-escape.html: Added.
91815 [GTK] Drag and drop support
91819 functions which manipulate drag images.
93583 Test: editing/selection/drag-start-event-client-x-y.html
94328 drag and drop of attachments onto email messages.
94332 This follows the HTML 5 drag and drop security model:
94333 http://www.w3.org/TR/html5/editing.html#security-risks-in-the-drag-and-drop-model
94862 drag
94866 is still used, even when the -webkit-user-drag is set to "element". This
94875 * manual-tests/drag-with-div-or-image-as-data-image.html: Added.
95018 want to handle the drag.
95022 or rejected the drag event, separate from the DragOperation.
95025 - fast/events/drag-to-navigate.html
95026 - fast/events/prevent-drag-to-navigate.html
96474 Bug 15106: REGRESSION: Can't drag text as element when user-select is set to none
96479 Test: editing/selection/user-drag-element-and-user-select-none.html