From 71faf29359a77a9b484b526221b65dae9fa3b3e5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 14 Feb 2016 04:05:50 +0300 Subject: [PATCH] some notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-status.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui (gen4)/features/ui-status.js b/ui (gen4)/features/ui-status.js index bdf78aa3..7e68aa11 100755 --- a/ui (gen4)/features/ui-status.js +++ b/ui (gen4)/features/ui-status.js @@ -72,6 +72,8 @@ var ImageStateIndicatorActions = actions.Actions({ 'global-state-indicator-mode': null, }, + // Status indicator handlers... + // // Format: // { // : , @@ -95,6 +97,7 @@ var ImageStateIndicatorActions = actions.Actions({ // - goto position on enter/blur (blur with value) // - cancel on esc/blur (blur with no value) // - treat index depending on mode (global/ribbon) + // XXX might be a good idea to auto-reset global index to ribbon... index: function(action, container, elem, gid){ var that = this // construct... @@ -356,6 +359,10 @@ module.ImageStateIndicator = core.ImageGridFeatures.Feature({ }], [[ 'focusImage', + // XXX these might not be the right way to go because these + // will get triggered on batch operations and the such... + // ...one way to fix this is to test if it's the current + // image being updated and do nothing otherwise... 'tag', 'untag', ],