-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Tooltip: remove name from live Region #1544
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
Conversation
Fixes: #11272
a361d6e
to
3c9e873
Compare
The test is outside of the main closure, but this needs to be rebased anyway since you were working on an outdated branch. |
@@ -220,3 +220,21 @@ asyncTest( "multiple active delegated tooltips", function() { | |||
}); | |||
|
|||
}( jQuery ) ); | |||
|
|||
// http://bugs.jqueryui.com/ticket/11272 | |||
test ( "remove radio button name conflict between live Region and tooltip content", function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's rename to "remove conflicting attributes from live region"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extraneous space after function
Fixes: #11272
Thanks for all the comments scott! :D hopefully I am making all the mistakes so I wont have to later. |
OK hopefully with those changes its better, thank you for closing the other pull request, very nice workflow here :D haha |
Thanks, squashed and landed with a bit more cleanup. |
Fixes: #11272