From eddcf6661cfc73e1ecaef7254c79915f166168b2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 27 Feb 2020 18:18:33 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 0d835156..dc27911a 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1098,6 +1098,8 @@ browse.showEditableList = function(list, options){ // // XXX need to open a list (ro/editable) dialog (currently context is used)... // ...IMO the way to go here is to move the non-generic editors to browse... +// this can't be done though, because of the need to wrap the dialog +// in a container which is done by ImageGrid.Viewer... // XXX if options.open is defined it will fully override the default open // behavior... browse.items.field.Toggle =