make ESC work when editing text list cells

This commit is contained in:
rlx 2011-10-11 17:27:46 +00:00
parent 7ac16acbf1
commit 687db7d957

View file

@ -829,6 +829,7 @@ Ox.TextList = function(options, self) {
width: width
})
.bind({
blur: submit,
mousedown: function(e) {
// keep mousedown from reaching list
e.stopPropagation();