wiln / flexlib

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

SuperTabBar tabUpdate event #330

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Define SuperTabBar component
2. Set property editableTabLabels="true"
3. Define tabUpdated event handler
4. Add dataProvider (in my case was ArrayCollection with objects which have 
property label)
5. Change tab label in application 

What is the expected output? What do you see instead?

I used the SuperTabBar control with option editableTabLabels="true" and I 
wanted to handle tabUpdated event but unfortunately after renaming a SuperTab 
label I couldn't handle SuperTabEvent.TAB_UPDATED event type. I found out that 
the SuperTab handled that event and didn't dispach it up to SuperTabBar. I 
changed SuperTabBar onTabUpdated function and hence the TAB_UPDATED event could 
be handled in application, I have attached path to this issue.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by pawel.ru...@gmail.com on 20 Sep 2010 at 1:18

Attachments:

GoogleCodeExporter commented 8 years ago
This issue regards to FlexLib version 2.5, flex 4

Original comment by pawel.ru...@gmail.com on 20 Sep 2010 at 1:23