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

JQuery Template IDs not created properly #1

Open
jasonkarns opened this issue Dec 14, 2011 · 0 comments
Open

JQuery Template IDs not created properly #1

jasonkarns opened this issue Dec 14, 2011 · 0 comments

Comments

@jasonkarns
Copy link

The jQuery template isn't generated properly from the MovieEntryEditor. Since $, { and } are invalid characters for the ID attribute, the result html is sanitized by replacing them with underscores. This not only creates elements whose name and id attribute don't match (not really a problem), but also creates a situation where inserting instances of the template into the page violate the uniqueness of the id attribute on the page.

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

No branches or pull requests

1 participant