Closed nadavsn closed 11 years ago
In which browser i can reproduce the issue?
Almost every browser, I used Firefox (16.0.2), as for Chrome I know mutation observers are supported from Chrome v18.
In my own source it was @require
d in a content script. Once it was included, everything past it just didn't work, for example I tried to alert('foobar')
.
Is anything found? I thought there's a way to separate the library from Kango, but I'm not sure how to do this
Our team a little bit busy right now, we will review this issue later.
I'll wait, no problem
Works fine in Kango 1.2.0.
Google's "Mutation Summary" library used to make DOM Mutation Observers simpler, just crashes Kango when it's loaded and executed. It's probably conflicting with Kango's own scripts.
On Google Code: http://code.google.com/p/mutation-summary/source/browse/mutation_summary.js