Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-01 22:51:17 +03:00
parent 394703e819
commit 46e21f29a9

View File

@ -1638,6 +1638,7 @@ var WidgetTestActions = actions.Actions({
make.Separator() make.Separator()
// XXX BUG: this does not respond well to clicks... // XXX BUG: this does not respond well to clicks...
// ...this occurs on click ig 'start_on' is 'select' (default) // ...this occurs on click ig 'start_on' is 'select' (default)
// for some reason this triggers .update() on the dialog...
make.Editable('Editable (bug)', { make.Editable('Editable (bug)', {
clear_on_edit: true, clear_on_edit: true,
}) })