tags:

views:

172

answers:

0

Hi guys,

I'm trying to create a panel popping up from the sidebar which contains a Haptek player. I wasn't able to get it to work initially because of the document.write() command in it's javascript interface. So I ended up using an iframe object inside the panel which contained an HTML page loading the Haptek player. The problem however is that it may work when the .xul is loaded directly via the browser but it doesn't seem to work when it pops up from the side bar. Any thoughts about this? Thanks!

**Updates** I've tried experimenting on it some more and discovered that 2 things affect the output. 1) the panel's opacity was initially set to 0; 2) setting -moz-border-radius to a value. When I removed both, it worked correctly. I wonder what -moz-border-radius does that causes the problem