DOM.extend no longer works for ajaxified content.
lucjan opened this issue · 3 comments
It seems that with version 1.6.0 extending elements no longer works for elements inserted by ajaxify calls, which we are heavily reliant on with the app we're building. I can't get any extensions to work anymore.
To reproduce - try extending an element and inject it via ajaxify. Result: extension is ignored, whereas the expected result is that it should be mixed in to injected element object.
That's weird, I've just checked locally and it works fine. May be you are talking about some specific cases?
Any errors in console?
I think that I fixed a bug that could be the cause of your problem. Check out the latest versions of better-dom and better-ajaxify.
Thanks for looking into this. I'll check at the earliest convenience.