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

Template renderer inf loop if it cannot remove an attribute from a node #396

Open
mandragorn opened this issue Jun 2, 2019 · 0 comments

Comments

@mandragorn
Copy link
Contributor

In IE it is possible to get a node that you cannot remove the attribute from (in my case it was a hidden input node and the value attribute couldn't be removed. The value had a very large value in it).

When this happens template renderer gets in an inf loop trying to remove the same attribute.

mandragorn pushed a commit to mandragorn/backbone-torso that referenced this issue Jun 2, 2019
mandragorn pushed a commit to mandragorn/backbone-torso that referenced this issue Jun 2, 2019
mandragorn pushed a commit to mandragorn/backbone-torso that referenced this issue Jun 2, 2019
mandragorn pushed a commit to mandragorn/backbone-torso that referenced this issue Jun 2, 2019
mandragorn added a commit that referenced this issue Jun 2, 2019
#396: Bail if attr cannot be removed during render
mandragorn added a commit that referenced this issue Jun 2, 2019
#396: Bail if attr cannot be removed during render
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