Daniel Kirsch wrote:

piercarlo wrote:

My question is: how can I detect when a tab (with some page yet
loaded) is taken to foreground (so I can change accordingly the
content of my sidebar)? Is there some proper event to be used with
addObserver()?


You may catch the select event on your tab. In XUL this could read:
<tab id="tab_foo" label="bar" onselect="doSomething()"/>

Daniel, I was referring to the tabs of the Browser, the ones where are loaded the pages...





Reply via email to