Skip to content

Menu: Remove active class from top-level item when menu is blurred#1683

Merged
jzaefferer merged 1 commit into
jquery:masterfrom
jzaefferer:menu-14919
Mar 11, 2016
Merged

Menu: Remove active class from top-level item when menu is blurred#1683
jzaefferer merged 1 commit into
jquery:masterfrom
jzaefferer:menu-14919

Conversation

@jzaefferer
Copy link
Copy Markdown
Member

This issue was introduced by 0bbd156, which reduced the use of ui-state-focus and ui-state-active to using only ui-state-focus. This introduced the issue addressed here.

The fix is more of a workaround. With test test in place, we can investigate a better solution in the future.

Fixes #14919

@mention-bot
Copy link
Copy Markdown

By analyzing the blame information on this pull request, we identified @gnarf, @arschmitz and @kborchers to be potential reviewers

Comment thread tests/unit/menu/core.js Outdated
} );
} );

asyncTest( "", function( assert ) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing name.

@scottgonzalez
Copy link
Copy Markdown
Member

One minor issue, but this looks good.

This issue was introduced by 0bbd156,
which reduced the use of ui-state-focus and ui-state-active to using
only ui-state-focus. This introduced the issue addressed here.

The fix is more of a workaround. With test test in place, we can
investigate a better solution in the future.

Fixes #14919
@jzaefferer jzaefferer merged commit 4866e14 into jquery:master Mar 11, 2016
@jzaefferer jzaefferer deleted the menu-14919 branch March 11, 2016 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants