[FIX] problem with textext

bzr revid: nicolas.vanhoren@openerp.com-20120627144731-5w113pyvk1f9ohpv
This commit is contained in:
niv-openerp 2012-06-27 16:47:31 +02:00
parent 466031fdc4
commit 9259191b74
1 changed files with 1 additions and 1 deletions

View File

@ -2465,7 +2465,7 @@
target = $(e.target)
;
if(target.is(CSS_DOT_SUGGESTION) || target.is(CSS_DOT_LABEL))
if($(CSS_DOT_SUGGESTION).has(target[0]) || $(CSS_DOT_LABEL).has(target[0]))
self.trigger('enterKeyPress');
if (self.core().hasPlugin('tags'))