Curious bug with FireFox 2

Hello,



We are developping a cross platform web application using DHTMLXTabbar



Testing it with FF2 we have a curious behavior. This behavior appear when we display HTML documents with anchor (#) throw DHTMLXTabbar (iframes).



The document sometime don’t appear and we have a blank page instead. In fact, it’s seem to be a display problem because the document is here but not displayed (if we open any window in front of our application over the blank page, and then click our application window to bring it to front, le part previously behind the other window is refreshed displaying the page…).



Is anyone have an idea about this problem ?



thanks



Sylvain





Pretty strange issue, there were no similar problem reports so far.
Most probably it caused by bag in rendering engine, you can try to change using display mode ( it may prevent problem ), by adding
    tabbar.enableForceHidingMode(true)