It looks like the root cause of this issue is that there is no initialStateHandler_ method in SimpleStateImpl.js. As the name indicates, this is responsible to handling the initial state. I added this method.
I also had a manually set currentStae = <defaultState> for this states example to work. Please take a look at my recent commmits to see if I am on the right track. I will sort out the MouseEvent issue next. Thanks, Om On Fri, Oct 17, 2014 at 9:57 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 10/17/14, 5:49 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote: > > > > >I tested by removing the array of states. The label does not show up in > >Flash, and is the only thing that shows up in HTML/JS. > Interesting. Most of the DataBinding controls don’t have > includeIn/excludeFrom and they show up. I’m about to check in a bunch of > improvements, although I don’t know if they will affect states. > DataBindingTest worked for me, so hopefully nothing else broke. > > -Alex > >