1
0
Fork 0
forked from 0x2620/oxjs

update uses of focusInput()

This commit is contained in:
rolux 2011-12-18 15:14:11 +05:30
commit c1c4441b10
9 changed files with 21 additions and 17 deletions

View file

@ -857,7 +857,7 @@ Ox.TextList = function(options, self) {
blur: submit,
})
.appendTo($cell);
//.focusInput();
//.focusInput(true);
setTimeout($input.focusInput, 0); // fixme: strange
function submit() {
var value = $input.value();