Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
Create menubar as follows:
<mx:XMLList id="menuXML">
<menuitem label="File">
<menuitem label="Import">
<menuitem label="Database" data="Database"/>
</menuitem>
</menuitem>
</mx:XMLList>
<mx:MenuBar height="100%"
dataProvider="
"
labelField="@label"
showRoot="true"
itemClick=""
alpha="0.0" color="#000000"/>
Actual Results:
With previous built, the buttons surrounding the text was hided, but with new built as well the text.
Expected Results:
As with previous built only the buttons should have been hided.
Workaround (if any):