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

DDProxy will reset radio inputs when cloneNode==true #1663

Open
jbalsas opened this issue Feb 27, 2014 · 2 comments
Open

DDProxy will reset radio inputs when cloneNode==true #1663

jbalsas opened this issue Feb 27, 2014 · 2 comments
Assignees
Labels

Comments

@jbalsas
Copy link
Contributor

jbalsas commented Feb 27, 2014

When using DDProxy, if cloneNode == true, inputs of type radio get reset after dragging the node. This can be verified in this simple test.

The issue is probably caused by DDProxy usage of cloneNode in line 152. When the cloned node contains a checked radio input, the moment the clone node gets appended, it gets marked as the checked radio input of the group, unselecting the original one. Later, when destroying the proxy node, the original never gets checked again.

This can be easily reproduced as well in pure vanilla js

@okuryu
Copy link
Member

okuryu commented Mar 18, 2014

#1666 has been merged.

@okuryu okuryu closed this as completed Mar 18, 2014
@tripp tripp reopened this Apr 8, 2014
@tripp
Copy link
Contributor

tripp commented Apr 8, 2014

This bug is only partially fixed. It still occurs in android 2.3.7.

@okuryu okuryu removed this from the Sprint 13 milestone Apr 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants