Lines Matching full:drag
792 REGRESSION (r14297): No drag image for partially-selected complex text
1923 <rdar://problem/4893376> REGRESSION: Crash occurs at WebCoreFrameBridge fontForSelection: when drag selecting from a line break
2791 we are not handling a drag. Remove the setDefaultHandled call from the
4315 - fix failing drag & drop layout tests
4581 Fix for bug 11825, dragging elements via -khtml-user-drag is broken (affects Dashboard). Make sure
10929 continue to capture mouse move events during the drag, even though those events aren't directly over the slider.
10938 (WebCore::HTMLSliderThumbElement::inDragMode): Keeps track of whether or not the thumb is in drag mode.
10940 (WebCore::HTMLSliderThumbElement::defaultEventHandler): Handles positioning of slider thumb during drag.
14717 * bridge/mac/FrameMac.h: Moved drag source information to a static variable
14718 in FrameMac.mm. There can be only one drag active at any moment, and having
14732 Access drag source info via sharedDragInfo - this fixes drag source even dispatching.
14740 Forward events to subframes for dispatching - this fixes drag target events.
15280 This is covered by editing/selection/drag-to-contenteditable-iframe.html
15449 - Fix for http://bugs.webkit.org/show_bug.cgi?id=11127 NativeListBox: arrow and drag selection should pivot around one list item
15460 Added m_activeSelectionState to keep track of whether the current drag selection is selecting or deselecting.
20842 <rdar://problem/4792755> REGRESSON: Drag selecting is erratic
23807 * bridge/mac/FrameMac.mm: Use new getters and setters for drag and autoscroll flags. Moved autoscroll code to Frame::handleMouseMoveEvent.
33271 the Frame's selection, the Page's drag caret, and functions that
34217 <rdar://problem/4651318> REGRESSION: can't drag library items to widget in Dashcode
34982 (WebCore::FrameMac::handleMouseMoveEvent): Checks mayCopy before starting a drag.
35063 Fixed <rdar://problem/4702021> REGRESSION: WebClip and Weather widgets shift downward vertically on screen after I drag them out from dashboard configure bar
36365 Test: fast/forms/drag-into-textarea.html
37339 REGRESSION(r15918): drag-into-marker.html failing
39951 Test: fast/forms/textfield-drag-into-disabled.html
42534 REGRESSION: crash on drag of highlighted Google custom home page modules
47207 a "drag event". Asking for the current event during a drag returns a weird system-
52807 Drag caret not painted for editable sub-frames
52809 Moved the drag caret out of Frame and into Page.
52810 Only the Frame that contains the drag caret will paint it.
53539 REGRESSION: image could not be dragged, subsequent click-drag activity caused crash