Maybe you could use the mousethrough attribute? https://developer.mozilla.org/en/XUL/Attribute/mousethrough
Regards, Martijn On Tue, Jul 13, 2010 at 10:51 AM, Mike Ratcliffe <[email protected]> wrote: > I am trying to render SVG in a transparent widget (to improve > Firebug's inspector). The problem is that it seems like I need a cross > between a panel and a menupopup. > > I need a widget that will: > 1. Remain visible even when clicking outside or pressing escape > 2. Receive click events, even when transparent. > > If I use a panel I can use the noautohide attribute to accomplish #1, > but if I set the background-color to transparent all events then pass > through to the page beneath. > > If I use a menupopup with a transparent background it receives click > events but the noautohide attribute does not work. > > I am sure that I must be missing something here, but is there any way > to make these widgets behave in the way that I require? > > - > Mike Ratcliffe > _______________________________________________ > dev-tech-layout mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-layout > -- Martijn Wargers - Help Mozilla! http://quality.mozilla.org/ http://wiki.mozilla.org/Mozilla_QA_Community irc://irc.mozilla.org/qa - /nick mw22 _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

