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

Reply via email to