cheerq / flexmdi

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

Extending MDICanvas causing maximize to function incorrectly. #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new action script class which extends the MDICanvas class
2. Create a new application and insert the class from step one and then 
insert a couple of MDIWindow's
3. Run the app and ensure one of the windows is aligned at the top, then 
maximize one of the windows that is below. 

What is the expected output?The window maximized should take the entire 
MDICanvas area width=100% & height=100% with the other windows not 
visible. What do you see instead? The windows get maximized but the other 
windows are still visible and can be seen behind the maximized window.

What version of the product are you using?v1.0 On what operating system?XP

Please provide any additional information below. Attaching sample source 
and screen shot of the problem.

Original issue reported on code.google.com by vince.ja...@gmail.com on 4 Oct 2007 at 2:20

Attachments:

GoogleCodeExporter commented 8 years ago
This is not related to subclassing MDICanvas. The default stylesheet used in 
flexmdi
sets the borderAlpha style to 1.0 which prevents the showing through, but by 
default
the border of Panel (and therefore MDIWindow) is partially transparent.

Original comment by ben.clin...@gmail.com on 11 Jan 2008 at 6:25