Kevincosme / flexlib

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

SuperTabNavigator PopupMenu doesn't support localization #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create and application with a SuperTabNavigator component
2. IMplements locale for your app, with 2 idioms at leats, (use
resourceManager.getString(MY_BUNDLE, 'KEY_WORD') to set the text for the
SuperTabNavigator childs.
3. The tabs are correctly localizing, but the PopupMenu in the rigth not.

What is the expected output? What do you see instead?
The PopupMenu get the same labels of the tabs.

What version of the product are you using? On what operating system?
Flex Builder Milleston 3 Beta 2
Version: 3.0.183654

Please provide any additional information below.

Original issue reported on code.google.com by edgarmar...@gmail.com on 26 Oct 2007 at 12:55

Attachments:

GoogleCodeExporter commented 8 years ago
Heyyy what happen with this BUG ??? Will be accepted ???

Original comment by edgarmar...@gmail.com on 30 Oct 2007 at 4:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 25 Dec 2007 at 2:30

GoogleCodeExporter commented 8 years ago
I believe this issue has to do with the fact that the label of the child is 
changing
after initial adding is being done. The PopUpMenuButton dataProvider gets 
created and
updated when children are added and removed, but it doesn't listen for changes 
to the
label property of the children and update accordingly.

Original comment by dmcc...@gmail.com on 25 Dec 2007 at 4:18

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 26 Dec 2007 at 11:10

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 26 Dec 2007 at 11:31

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 3 Jan 2008 at 8:29