From aff4da6f643271c9277ec5baabc138eebd402571 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 2 Aug 2012 05:28:38 +0400 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui/experiment-ribbon-navigation-n-zoom-drag.html | 2 +- ui/gallery.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/experiment-ribbon-navigation-n-zoom-drag.html b/ui/experiment-ribbon-navigation-n-zoom-drag.html index f87f789e..3a0bdcd8 100755 --- a/ui/experiment-ribbon-navigation-n-zoom-drag.html +++ b/ui/experiment-ribbon-navigation-n-zoom-drag.html @@ -26,7 +26,7 @@ $(document).ready(function(){ fieldSize(300, 200) - // XXX this is working but need to cancep clicks when this is going... + // XXX this is working but need to cancel clicks when this is going... // XXX check how this interacts with guestures... $('.field').draggable() diff --git a/ui/gallery.html b/ui/gallery.html index 00ac0c34..ee4f600f 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -47,6 +47,7 @@ function setup(){ // setup the dragging framework... // XXX make this work seamlessly with touchSwipe... + // XXX cancel clicks while dragging... $('.field').draggable() // set the default position and init...