Re: ClassSelectorList

2020-02-02 Thread Carlos Rovira
inner elements (event "element" itself) through cascading Check Jewel for plenty of example that combine createElement + positioner in *.as classes plus corresponding .sass file. El dom., 2 feb. 2020 a las 22:12, Harbs () escribió: > Why does ClassSelectorList use positioner inste

ClassSelectorList

2020-02-02 Thread Harbs
Why does ClassSelectorList use positioner instead of element? I would think that the class names should be applied to the element rather than the positioner.

Re: [royale-asjs] branch develop updated: ClassSelectorList: Fix issue with infinite loop in addNames function

2018-04-30 Thread Alex Harui
Without it I'm having infinite loop when I use ClassSelectorList in MDL NavigationLayout. Piotr 2018-04-30 2:06 GMT+02:00 Alex Harui <aha...@adobe.com.invalid>: > Hi Piotr, > > Are you sure it is right to remove names that were

Re: [royale-asjs] branch develop updated: ClassSelectorList: Fix issue with infinite loop in addNames function

2018-04-30 Thread Piotr Zarzycki
Alex, I'm not sure what do you mean. I have added here that line: count = classList.length - startIndex; Without it I'm having infinite loop when I use ClassSelectorList in MDL NavigationLayout. Piotr 2018-04-30 2:06 GMT+02:00 Alex Harui <aha...@adobe.com.invalid>: > Hi Piotr, &g

Re: [royale-asjs] branch develop updated: ClassSelectorList: Fix issue with infinite loop in addNames function

2018-04-29 Thread Alex Harui
E6i5zHxf65M%3D=0 The following commit(s) were added to refs/heads/develop by this push: new 4340b40 ClassSelectorList: Fix issue with infinite loop in addNames function 4340b40 is described below commit 4340b40997cf2f445f0a228559146ba88f073c24 Author: Piotr Zarzyc