Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f2eee9

Browse files
committed
added: todo comment for last commit
1 parent 144affc commit 0f2eee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ $.widget("ui.selectmenu", {
309309
tabindex : -1,
310310
role : 'option',
311311
'aria-selected' : false,
312-
focus: function() {
313-
312+
focus: function() {
314313
// bubble the focus event
314+
// TODO: this isnt a clean solution, see #241
315315
$(this).parent().focus();
316316
}
317317
};

0 commit comments

Comments
 (0)