]> source.dussan.org Git - vaadin-framework.git/commit
Fix for #4285 : Blur event prevention mechanism for IE prevented focus from moving...
authorJohn Alhroos <john.ahlroos@itmill.com>
Fri, 4 Mar 2011 15:39:17 +0000 (15:39 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Fri, 4 Mar 2011 15:39:17 +0000 (15:39 +0000)
commitd295e5a71af8c9281c1982f79bb96ec832729966
tree7426e71923997c9bba7650225cae21ecbdaba190
parent8101a83b54b5d0790f00fc6e26841d77b827311c
Fix for #4285 : Blur event prevention mechanism for IE prevented focus from moving to another field when first focusing the field, then opening the popup dialog and the clicking on another field. This fixed by only preventing the blur event if we already have focus.

svn changeset:17623/svn branch:6.5
src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java