From 687db7d957b84ab073c0361e9ff7914c609ade53 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 11 Oct 2011 17:27:46 +0000 Subject: [PATCH] make ESC work when editing text list cells --- source/Ox.UI/js/List/Ox.TextList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/Ox.TextList.js index b8f79e47..0ed389b5 100644 --- a/source/Ox.UI/js/List/Ox.TextList.js +++ b/source/Ox.UI/js/List/Ox.TextList.js @@ -829,6 +829,7 @@ Ox.TextList = function(options, self) { width: width }) .bind({ + blur: submit, mousedown: function(e) { // keep mousedown from reaching list e.stopPropagation();