Skip to content

[WIP] Checkboxradio: Properly find radio groups from the associated form #1631

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

Closed

Conversation

scottgonzalez
Copy link
Member

Fixes #9973

Still need to write a test for this.

@jzaefferer
Copy link
Member

As discussed, test needs to be limited to browsers with native support for form property, using QUnit.skip for the others.

@scottgonzalez
Copy link
Member Author

So...umm...this test passes in IE 8 because the browser just sees the controls as grouped within the body. So that's cool. Running this test without the fix does result in a failure in browsers that support the form attribute, so this test is actually correct and IE 8 should pass the test.

@jzaefferer
Copy link
Member

Nice. As long as we don't have to care about actually submitting the form...

@scottgonzalez scottgonzalez deleted the checkboxradio-forms branch October 29, 2015 15:25
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.

3 participants