From 46e21f29a9233a86ea97dbe3a8f5ee6eb3314156 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 1 Feb 2017 22:51:17 +0300 Subject: [PATCH] notes Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index f19d2b24..690166db 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1638,6 +1638,7 @@ var WidgetTestActions = actions.Actions({ make.Separator() // XXX BUG: this does not respond well to clicks... // ...this occurs on click ig 'start_on' is 'select' (default) + // for some reason this triggers .update() on the dialog... make.Editable('Editable (bug)', { clear_on_edit: true, })