1
0
Fork 0
forked from 0x2620/oxjs

new timeline implementation

This commit is contained in:
rolux 2011-05-15 18:18:58 +02:00
commit fd1fc212f2
8 changed files with 690 additions and 54 deletions

View file

@ -516,7 +516,7 @@ Ox.Input = function(options, self) {
Ox.UI.$document.unbind('keydown', keypress);
Ox.UI.$document.unbind('keypress', keypress);
}
that.triggerEvent('blur', {});
that.triggerEvent('blur');
}
function cancel() {
@ -602,6 +602,7 @@ Ox.Input = function(options, self) {
Ox.UI.$document.keypress(keypress);
self.options.autocompleteSelect && setTimeout(autocomplete, 0); // fixme: why is the timeout needed?
}
that.triggerEvent('focus');
}
function getInputWidth() {