My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 8: Pod titlebar children when instantiated via MXML (via titleBarChildren array) ignores visible = false
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  jwopitz
Closed:  Apr 2009
Type-Defect
Priority-Low


Sign in to add a comment
 
Reported by jwopitz, Dec 15, 2008
If you take the source from the pod sample application and set on of the
titleBarChildren UIComponent's visible = false, it completely ignores that
prop setting.

Comment 1 by jwopitz, Jan 09, 2009
(No comment was entered for this change.)
Labels: -Priority-Medium Priority-Low
Comment 2 by jwopitz, Apr 02, 2009
fixed in revision 122

This issue was caused by the Panel superclass's call to layoutChrome which calls
showTitleBar(show:Boolean).  This method iterates thru all title bar children and
sets their visibility to the show parameter, effectively overriding any MXML declared
visibility properties being set.
Status: Fixed
Sign in to add a comment

Hosted by Google Code