]> source.dussan.org Git - jquery-ui.git/commitdiff
added: todo comment for last commit
authorFelix Nagel <info@felixnagel.com>
Wed, 11 Jul 2012 22:09:29 +0000 (00:09 +0200)
committerFelix Nagel <info@felixnagel.com>
Wed, 11 Jul 2012 22:09:29 +0000 (00:09 +0200)
ui/jquery.ui.selectmenu.js

index 5f772dfef82bf0dce9b172d773a3fdc816edfbcd..7b6e4e7cf880756681ff98c0b2b0086d08c118fb 100644 (file)
@@ -309,9 +309,9 @@ $.widget("ui.selectmenu", {
                                        tabindex : -1,
                                        role : 'option',
                                        'aria-selected' : false,
-                                       focus: function() {
-                                           
+                                       focus: function() {                                         
                                            // bubble the focus event
+                                               // TODO: this isnt a clean solution, see #241
                                            $(this).parent().focus();
                                        }
                                };