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

Selector test method pollutes DOM nodes with ID. #1925

Open
ipeychev opened this issue Aug 3, 2014 · 0 comments
Open

Selector test method pollutes DOM nodes with ID. #1925

ipeychev opened this issue Aug 3, 2014 · 0 comments
Labels

Comments

@ipeychev
Copy link
Contributor

ipeychev commented Aug 3, 2014

If there is no ID, Selector adds an auto generated one. However, its been never removed and this breaks inline editing if an third party editor is used, like CKEditor for example.

Here is the code:

Y.DOM.setId(node, id);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant