2

I'm debugging some php + javascript code, mostly yui.

There is a video on the page using an element.

Just after the page is loaded, the object's width and height are adjusted. I can literally see it being resized.

It only happens in IE9...

There's a ton of Javascript. I'm using the developer tools in IE9....

I can watch the values in developer tools eg:

document.getElementById("myvideo").clientWidth;
document.getElementById("myvideo").clientHeight;

But I can't pause when the values are changed.

I've tried stepping through pressing F11 but its starting to send me a little bit nuts...

Any suggestions on how I can detect what code is resizing the object?


Asterisk 1.8 has native support for SRTP. So you can easily try this with a Asterisk 1.8.x server. The normal SIP phones are not support for this system. You need to find SRTP supported and TLS supported IP/soft phones for setup this. Use blink soft-phone for this (http://www.icanblink.com). I followed following article to setup secure VoIP system.

For SRTP : http://www.remiphilippe.fr/2011/01/16/asterisk-srtp-with-1-8/

For TLS : https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial, ( You can find ast_tls_cert script from here : https://reviewboard.asterisk.org/r/979/diff/)

4

1 回答 1

0

有点回答了 - Firebug 中有一个“属性更改中断”功能 - 但它在 Firebug lite 中不可用:(

Firebug lite - 属性更改中断 - IE

于 2012-10-26T01:27:37.430 回答