-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Selectmenu #866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selectmenu #866
Conversation
…selected item highlighting on menu open
…k, see #492 (comment)" This reverts commit 72c17f0.
…expects and remove the extra space added to disabled items
… conformance to revision e2a6cdd and in order to make Selectmenu work again
…changes (ui-menu-divider)
Any feedback on my latest comments? |
@fnagel once you've addressed those four we just discussed, can you close this PR and create a new one, once more? Then we can do a (hopefully) final review there. |
…s test, add multiple focus events test
…sed by click on body
… checking first focus event
@jzaefferer Yes, I will pen a new one. There is one thing I mentioned in a comment above:
|
Perhaps related to the fact that you're treating |
@scottgonzalez I've changed to asyncTest but that didn't help. |
We were able to track down the problem to |
To remove the looping, you can add something like this inside if ( this.menu.menu( "isFirstItem" ) && /^previous/.test( direction ) ||
this.menu.menu( "isLastItem" ) && /^next/.test( direction ) ) {
return;
} We'll need tests for this as well. |
New PR for selectmenu, since #492 got too long.
See also http://wiki.jqueryui.com/w/page/12138056/Selectmenu