[svn:fx-trunk] 11476: Viewstack wasn' t dispatching events when selectedIndex changed if it started out empty and had a child added later .
Revision: 11476
Author: aharui@adobe.com
Date: 2009-11-05 12:39:26 -0800 (Thu, 05 Nov 2009)
Log Message:
***********
Viewstack wasn't dispatching events when selectedIndex changed if it started out empty and had a child added later. It will now dispatch VALUE_COMMIT. ISelectableList was modified to reflect that VALUE_COMMIT and/or CHANGE can be sent when selectedIndex changes. ButtonBarBase now listens to both events.
QE Notes: Six ButtonBar bitmaps need regeneration as they will now have the first button selected
Doc Notes: ISelectableList added a new event
Bugs: SDK-23528
Reviewer: Ryan
API Change: Yes
Is noteworthy for integration: No
tests: checkintests mustella/gumbo/components/ButtonBar, mustella/containers/ViewStack.
Ticket Links:
************
http://bugs.adobe.com/jira/browse/SDK-23528
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISelectableList.as
flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBarBase.as
