front_idill/src/mosaic/js/playerControl.js
changeset 79 9eff85166868
parent 52 277c94533395
--- a/front_idill/src/mosaic/js/playerControl.js	Wed Aug 08 18:42:01 2012 +0200
+++ b/front_idill/src/mosaic/js/playerControl.js	Thu Aug 16 14:32:19 2012 +0200
@@ -60,7 +60,7 @@
 Mosaic.prototype.isTLSelected = function(entering, mainPointer)
 {
     //Si les deux pointeurs ne sont pas là ou qu'on n'est pas en lecture d'une vidéo.
-    if(this.isMainPointerDisplayed && this.isSecondPointerDisplayed || this.currentMode != 'VIDEO' && this.currentMode != 'SEARCH' && this.currentMode != 'TIMELINE' || !this.playerIsReady)
+    if(this.isMainPointerDisplayed && this.isSecondPointerDisplayed || this.currentMode != 'VIDEO' && this.currentMode != 'SEARCH' && this.currentMode != 'TIMELINE' || !this.playerIsReady || this.isSearchByCurvesOn)
     {
         return false;
     }