Minimalistic non-animated non-positioned PopupPanle?

2010-12-17 Thread Ali
Hi I need a striped down minimalistic non-animated non-positioned PopupPanle which I can add to relative positioned parent. My initial idea is to remove as much as possible from original PopupPanel code and replace all RootPanel.get()s with parent panel. Is it possible to do so? Any advice

Re: Minimalistic non-animated non-positioned PopupPanle?

2010-12-17 Thread Ali
I have made it non-positioned and attached to a non-body parent element using following dirty workaround which I'm not sure is cross browser: PopupPanel popup = new PopupPanel(true) ; addCloseHandler(new CloseHandlerPopupPanel() { @Override public void