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 width: width
}) })
.bind({ .bind({
blur: submit,
mousedown: function(e) { mousedown: function(e) {
// keep mousedown from reaching list // keep mousedown from reaching list
e.stopPropagation(); e.stopPropagation();