It may not affect you, but when you have cascading menus you get some
of the showing/hiding events multiple times, and deleting all of the elements
more often than you should will crash firefox.

It might be helpful to look at tamperdata.mozdev.org - tamperMenu.js and
tamperPopup.js for an example of building dynamic cascading menus.

A


On 13/12/05, Neil <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
> >I'm a Firefox extension author newbie, and I'm getting some funny behavior 
> >with the
> >"onpopupshowing" event of the popup object.
> >
> "onpopupshowing" is NOT an event. It's the name of an attribute that
> gets automagically compiled into an event listener. Extensions should
> use thePopup.addEventListener("popupshowing", handlerFunction, false);
> to register additional event listeners.
> _______________________________________________
> Project_owners mailing list
> [email protected]
> http://mozdev.org/mailman/listinfo/project_owners
>
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to