> On May 9, 2018, at 1:47 PM, Carlos Rovira <carlosrov...@apache.org> wrote: > > was Harbs how told me that NodeElementBase was not need to extend Group. > Then I changed it and looking into examples for this change didn't see > problems.
I said that I wasn’t sure why it extended Group. I didn’t mean that I was sure it didn’t need to extend it. Sorry about that... > Is normal something arise now, so NodeElementBase must extends some kind of > Group. Did you try to simply try to extend GroupBase that is in core? I didn’t try, but looking at the code, it does not look GroupBase will work. The mxml initialization code is in Group. I’m pretty sure that’s going to be needed for using Div in mxml with children elements.