gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.52k stars 376 forks source link

specify popup panels parent element #3856

Open dankurka opened 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 3855

(Found in GWT Release (e.g. 1.5.3, 1.6 RC): 
1.6.4

Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3):
WinXP IE6

Detailed description (please be as specific as possible):
I would like to be able to specify what element a PopupPanel is attached to
as a child.  This would allow me to have a PopupPanel that is inside a
scroll area and will scroll when the area is scrolled.  It would also fix
many of the issue with suggest boxes inside of other popups: like the
suggestions appearing under parent popup because the suggestions don't have
a z-index set. 

Shortest code snippet which demonstrates issue (please indicate where
actual result differs from expected result):

Workaround if you have one:

Copy and modify the source for PopupPanel

Reported by rhosman on 2009-07-20 20:34:55

dankurka commented 9 years ago

Reported by cramsdale@google.com on 2009-12-17 02:41:38

dankurka commented 9 years ago

Reported by rjrjr@google.com on 2011-01-13 03:10:18

dankurka commented 9 years ago

Reported by jlabanca@google.com on 2011-10-12 15:15:33

dankurka commented 9 years ago

Reported by dankurka@google.com on 2013-05-28 04:46:45

dankurka commented 9 years ago
Issue 8519 has been merged into this issue.

Reported by t.broyer on 2014-01-20 09:49:43

dankurka commented 9 years ago
I think the main issue with this is about positioning the popup. I'd say that as soon
as you choose not to use <body>, you're on your own.

Reported by t.broyer on 2014-01-20 09:50:57

dankurka commented 9 years ago
Not the position problem. It's about the parent of popup. If the popup's parent is not
the fullscreened element, the popup is not shown.

Reported by kevn.tarn on 2014-01-20 10:21:29