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
Original issue reported on code.google.com by
pawel.ru...@gmail.com
on 20 Sep 2010 at 1:18Attachments: