cheerq / flexmdi

Automatically exported from code.google.com/p/flexmdi
0 stars 0 forks source link

Child dept problem when using comboboxes inside a MDIWindow #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a mdiWindow with a combobox and populate with some dumb data
2. Add it to the displaylist using mdiManager.global.add( thatWindow )
3. Click on the combobox to pick a value

What is the expected output? What do you see instead?
we should be able to see the options but they render under the mdiwindow

What version of the product are you using? On what operating system?
version 1.0

Original issue reported on code.google.com by joaopedr...@gmail.com on 29 Oct 2007 at 6:03

GoogleCodeExporter commented 8 years ago
In using flexmdi I've hit this issue right off the bat..  Is anyone aware of a 
fix
for this issue yet?

Original comment by Paul.Boh...@gmail.com on 12 Feb 2008 at 5:33

GoogleCodeExporter commented 8 years ago
MDIManager.global is no longer a recommended practice. The same effect can be
accomplished by using a regular instance of MDIManager or MDICanvas and sizing 
it to
fill the application. Apologies for any inconvenience.

Original comment by ben.clin...@gmail.com on 15 Feb 2008 at 1:13