google-code-export / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
1 stars 0 forks source link

Presenter.addToPopupSlot() doesn't support showRelativeTo(UiObject target) method #414

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PopUpPanel introduces showRelativeTo(UiObject target) for opening the popup 
near another UI element.

Currently, the presenter.addToPopUpSlot() method doesn't support it (only 
supports centering the popup.
and it will be really useful to have.

Original issue reported on code.google.com by gilad.eg...@gmail.com on 1 May 2012 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by bjoern.m...@gmail.com on 11 May 2012 at 6:36

GoogleCodeExporter commented 9 years ago
In the meanwhile, you can manually do it by nesting a popup panel inside a 
presenter and by revealing that popup in onReveal and hiding it in onHide. It 
can also be a presenter widget.

Original comment by goudreau...@gmail.com on 23 May 2012 at 2:32