1. I have defined several global XUL accelerator keys, yet, whenever there is focus on or in a document in an iframe those keys don't work anymore, since the main window has no focus. Of course I could set a onfocus="top.focus()" on every tag in question, but that isn't the way it is supposed to be, I guess ;). So how to keep the global accelerator keys alive even with the focus inside or on an iframe? Should I implement the DOMEventListner?
2. My user interface should float over the main document curently displayed. So I have a XUL stack like this
<stack> <iframe id="maindoc" src="someurl"/> <box id="interface"/> <!-- Gets overlaid --> </stack>
Yet, the document in the iframe always gets rendered last, concealing the interface, rendering it practically useless (in its very meaning, hehehe). Is the any way to control the rendering the document? Or should I implement an observer in my interface, that listens to every document change and rerenders itself then? Can you actually say to any XUL element to rerender itself? I posted this already on the XUL board, but got ignored, and now I feel stupid.
Thank you very much everybody.
Jan Schukat
_______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
