updated for version 7.2a
diff --git a/src/normal.c b/src/normal.c
index d3ce6a8..3c1c6f0 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -2464,6 +2464,8 @@
     /* Check for clicking in the tab page line. */
     if (mouse_row == 0 && firstwin->w_winrow > 0)
     {
+	if (is_drag)
+	    return FALSE;
 	got_click = FALSE;	/* ignore mouse-up and drag events */
 
 	/* click in a tab selects that tab page */