views:

21

answers:

0

Hi,

I developed a Firefox plugin called tellurium-ide for the tellurium automatically web testing framework. Details about the plugin can be found at:

http://code.google.com/p/aost/wiki/TelluriumIde080RC1

The plugin works fine for Linux and Windows, but it has problem to work in Mac OS X. In Mac OS X, the cursor keeps spinning once the Plugin is opened up. I used JavaScript debugger Venkman to debug the code and saw the Javascript code got loaded up, but once that was finished, it went to some text.xml binding for Firefox and the cursor starts spinning. Then I lost track of the code and cannot get any further debug information.

I wonder if someone who developed Firefox Plugin had the same experience? How did you solve this problem in this case? You pointer and hints are highly appreciated.

Thanks in advance,

John