ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 08:00:16 +0000 (16:00 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 08:00:16 +0000 (16:00 +0800)
ux/Lightbox.js

index 5a5a66a..2321af3 100644 (file)
@@ -217,7 +217,12 @@ Roo.apply(Roo.ux.Lightbox.prototype,
                 this.end(); 
             }, this);
 
-       
+        this.overlay.on('click',  
+            function(event) { 
+                event.stopEvent(); 
+                this.end(); 
+            }, this);
+
     },
 
     initializeCSS: function() {