From e785f828339f78cb8fd090d6b187d16ef28b3ddf Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 16 May 2017 21:11:23 +0300 Subject: [PATCH] minor fix + notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-chrome.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui (gen4)/features/ui-chrome.js b/ui (gen4)/features/ui-chrome.js index 8a7f4ec9..4721e428 100755 --- a/ui (gen4)/features/ui-chrome.js +++ b/ui (gen4)/features/ui-chrome.js @@ -298,14 +298,17 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({ // next .focusImage(..) ['ribbonPanning.pre', function(){ + /* XXX do we need to restore after pan??? this.__current_image_indicator_restore_timeout && clearTimeout(this.__current_image_indicator_restore_timeout) delete this.__current_image_indicator_restore_timeout + //*/ this.dom .find('.current-marker') .velocity({opacity: 0}, { duration: 100 }) }], + /* XXX do we need to restore after pan??? ['ribbonPanning.post', function(){ var that = this @@ -317,6 +320,7 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({ .velocity({opacity: 1}, { duration: 100 }) }, this.config['current-image-indicator-restore-delay'] || 500) }], + //*/ // single image view -- fade in indicator after exit... ['toggleSingleImage',