Skip to content
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

Apply same fix to radio buttons as for checkbox #3423

Closed
mbest opened this issue Dec 2, 2016 · 10 comments · Fixed by GulajavaMinistudio/jquery#79
Closed

Apply same fix to radio buttons as for checkbox #3423

mbest opened this issue Dec 2, 2016 · 10 comments · Fixed by GulajavaMinistudio/jquery#79

Comments

@mbest
Copy link

mbest commented Dec 2, 2016

See https://bugs.jquery.com/ticket/3827 and 1fb2f92

This fix should also include radio buttons. Currently if you use jQuery to trigger a click on a radio button, event handlers get called before the checked state is updated. The release notes for 1.9.1 when the above change was included say it was changed for radio buttons even though it wasn't.

@gibson042
Copy link
Member

Yes, we appear to have a problem in

// For checkbox, fire native event so checked state will be right

using this.type === "checkbox" instead of rcheckableType.test( this.type ).

@markelog
Copy link
Member

markelog commented Dec 5, 2016

Hi there.

I think we understand what you mean, but would you mind providing a test-case on http://jsbin.com/ or on similar resource? So it would be clear what behaviour you expect

@gibson042
Copy link
Member

Such test case will also be necessary for a PR. Would you like to work on this, @mbest?

@mbest
Copy link
Author

mbest commented Dec 5, 2016

Here is the jsbin that was linked in the Knockout issue: http://jsbin.com/yinare/4/edit?html,js,output

@timmywil
Copy link
Member

This will be backed out due to the regression seen here. We will re-land with a fix for that regression in 3.3.

@timmywil
Copy link
Member

Also see #1367

@mbest
Copy link
Author

mbest commented Mar 20, 2017

Seems the same issue would apply to trigger('click') on checkboxes (code that has existed since 1.9.1).

@timmywil
Copy link
Member

Right, but that's not a regression since 3.1.1. We plan to address that as well in 3.3.

@timmywil
Copy link
Member

@gibson042 is working on this, but it will not make it in the 3.3 release.

@mgol
Copy link
Member

mgol commented Jan 27, 2019

PR: #4279

mgol pushed a commit to gibson042/jquery that referenced this issue Mar 20, 2019
@mgol mgol closed this as completed in 669f720 Mar 20, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.