mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
...still looking
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
91c7334a14
commit
394703e819
@ -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,
|
||||
})
|
||||
|
||||
|
||||
@ -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...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user