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

nested onmatch not fired when .append is used #14

Open
venkatd opened this issue Nov 3, 2011 · 1 comment
Open

nested onmatch not fired when .append is used #14

venkatd opened this issue Nov 3, 2011 · 1 comment

Comments

@venkatd
Copy link

venkatd commented Nov 3, 2011

In an onmatch handler, I append an element for which onmatch should also be called. It is not called. It looks like the DOMMaybeChanged event isn't being fired to catch the newly created element.

I isolated the issue below:
https://gist.github.com/1337660

The expected output should be

.test :: onmatch
.test_child ::onmatch

But it is just

.test :: onmatch

You must click the Run Test to see the output.

@patbolo
Copy link

patbolo commented Jul 11, 2012

I had the same issue today. I was using a pre SS3 version of the plugin.
Upgrading to the latest version fixed it.

Good to know if other people have the same problem

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

2 participants