[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

trey trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:48:47 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 86c04652dcffa778dd893c6eb38b07093bd85b0f
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 6 15:40:04 2004 +0000

    	3294652 - Failed drag of links doesn't slide back
    
    	The only reason for this is that because of some hacks, we lie to
    	AK about the drag image offset, which means we slide back to
    	slightly the wrong place.  But it's very minor, so we should
    	just fix it.
    
            Reviewed by Ken.
    
            * WebView.subproj/WebHTMLView.m:
            (-[WebHTMLView _startDraggingImage:at:operation:event:sourceIsDHTML:DHTMLWroteData:]):
    	Ask for slideback.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6959 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 031aeff..ee1b752 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,18 @@
+2004-07-06  Trey Matteson  <trey at apple.com>
+
+	3294652 - Failed drag of links doesn't slide back
+
+	The only reason for this is that because of some hacks, we lie to
+	AK about the drag image offset, which means we slide back to
+	slightly the wrong place.  But it's very minor, so we should
+	just fix it.
+
+        Reviewed by Ken.
+
+        * WebView.subproj/WebHTMLView.m:
+        (-[WebHTMLView _startDraggingImage:at:operation:event:sourceIsDHTML:DHTMLWroteData:]):
+	Ask for slideback.
+
 2004-07-02  Darin Adler  <darin at apple.com>
 
         Reviewed by Dave.
diff --git a/WebKit/WebView.subproj/WebHTMLView.m b/WebKit/WebView.subproj/WebHTMLView.m
index 8bef7c1..a428f1f 100644
--- a/WebKit/WebView.subproj/WebHTMLView.m
+++ b/WebKit/WebView.subproj/WebHTMLView.m
@@ -862,7 +862,7 @@ static WebHTMLView *lastHitView = nil;
                   event:mouseDraggedEvent
              pasteboard:pasteboard
                  source:self
-              slideBack:NO];
+              slideBack:YES];
     } else if (isSelected && (_private->dragSourceActionMask & WebDragSourceActionSelection)) {
         if (!dhtmlWroteData) {
             [self _writeSelectionToPasteboard:pasteboard];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list