-
Notifications
You must be signed in to change notification settings - Fork 421
can.view() stops working when execute three times with can.jquery #33
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
Comments
which version of jQuery are you using? |
v1.7. 2 Sent from my Nexus S
|
I have verified this is an error. It seems jQuery's buildFragment returns a cacheable flag and it's up to jQuery to clone it when appropriate. For example:
This means that jQuery's buildFragment is not something we should follow exactly. We need our own which always returns a fresh copy. Here's a JSFiddle that shows the problem: http://jsfiddle.net/7ACEL/2/ |
I'll have a fix for this sometime today. |
Cool! Thanks. Sent from my Nexus S
|
Scenario:
click three times on execute link.
The text was updated successfully, but these errors were encountered: