mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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.EditableList(['x', 'y', 'z'])
|
||||||
|
|
||||||
make.Separator()
|
make.Separator()
|
||||||
// BUG: this does not respond well to clicks...
|
// XXX BUG: this does not respond well to clicks...
|
||||||
make.Editable('action + clear', {
|
// ...this occurs on click ig 'start_on' is 'select' (default)
|
||||||
//start_on: 'select',
|
make.Editable('Editable (bug)', {
|
||||||
clear_on_edit: true,
|
clear_on_edit: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -474,6 +474,7 @@ if(typeof(jQuery) != typeof(undefined)){
|
|||||||
|
|
||||||
options.activate
|
options.activate
|
||||||
&& options.clear_on_edit
|
&& options.clear_on_edit
|
||||||
|
// XXX this for some reason breaks on click...
|
||||||
&& this.text('')
|
&& this.text('')
|
||||||
|
|
||||||
// NOTE: this will also focus the element...
|
// NOTE: this will also focus the element...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user