...still looking

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-01 22:50:01 +03:00
parent 91c7334a14
commit 394703e819
2 changed files with 4 additions and 3 deletions

View File

@ -1636,9 +1636,9 @@ var WidgetTestActions = actions.Actions({
make.EditableList(['x', 'y', 'z'])
make.Separator()
// BUG: this does not respond well to clicks...
make.Editable('action + clear', {
//start_on: 'select',
// XXX BUG: this does not respond well to clicks...
// ...this occurs on click ig 'start_on' is 'select' (default)
make.Editable('Editable (bug)', {
clear_on_edit: true,
})

View File

@ -474,6 +474,7 @@ if(typeof(jQuery) != typeof(undefined)){
options.activate
&& options.clear_on_edit
// XXX this for some reason breaks on click...
&& this.text('')
// NOTE: this will also focus the element...