Lines Matching full:drag
711 // <rdar://problem/3908282> REGRESSION (Mail): No drag image dragging selected text in Blot and Mail
713 // to generate a drag image, and at that time, getRectsBeingDrawn:count: will return a zero count.
3344 // The following 2 internal NSView methods are called on the drag destination to make scrolling while dragging work.
3345 // Scrolling while dragging will only work if the drag destination is in a scroll view. The WebView is the drag destination.
3346 // When dragging to a WebView, the document subview should scroll, but it doesn't because it is not the drag destination.