-
Notifications
You must be signed in to change notification settings - Fork 83
Object elements inserted using javascript after page loads not reported in the matrix #176
Comments
Never mind, I see the problem now. |
Looks like your suggestion to listen to DOM changes is even more relevant with this bug. |
I did mess with mutation-summary on 0.7.9.2. |
Your link doesn't work, "Page not found". In any case, I already have something working here. |
I uploaded it to a new place. I had put it in /dist and it messed up the pull request I wanted to do. Does the new link work for you? |
Fixed in 4042410. |
Yes the link works now. |
Ah yes, I need to revise that to avoid the big block. This is a remnant of when I was using |
Cool, its working. Thanks |
Found we can't count on the tag name to be already normalized to upper case, had to explicitly normalize it in 20a2313. |
If you have click-to-play enabled you will see "Click to run Adobe Flash Player". If not inspect elements and you'll see there's an object element but in the matrix its blank under the plugin column for rutube.ru.
I think after the page loads, the object is inserted with the embedSWF function in http://rutube.ru/player/player.js
The text was updated successfully, but these errors were encountered: