Skip to content

Conversation

@dwoldrich
Copy link

Thanks for a nice polyfill, it gave me a lot to work with.

Not sure if you're interested in pull requests, but I made some changes to support clicks on LABEL tags associated with radios and checkboxes. For whatever reason, real clicks on the label bubble to the associated radio, but simulated clicks did not.

Also, I wasn't too keen on reusing the Event e and just changing the target the way you were doing, so I went ahead and did a weak little clone and triggered that.

@HugoPoi
Copy link

HugoPoi commented May 22, 2014

I have experience the same problem with <select> input but there is no solution at all. Open a <select> with javascript is only possible on WebKit Browser at this time. See http://stackoverflow.com/questions/16157459/how-to-open-select-element-using-jquery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants