Re: [royale-asjs] branch develop updated: Removed unselectable selector

2018-06-02 Thread Harbs
What I really wanted to do here was create some self invoking code which was run when the UnselectableElementBead class was loaded. Is there any way of doing that without writing a static method and invoking that? Thanks, Harbs > On Jun 2, 2018, at 11:39 PM, ha...@apache.org wrote: > > This

Re: [royale-asjs] 01/02: global point should ignore window scrolling

2018-06-02 Thread Harbs
Good point. I’ll try to convert these to utility functions. FWIW, The only difference is "- window.scrollX”. I’m also pretty sure that the “older browser fallback” which is a major part of the code is not necessary. getBoundingClientRec() seems to be supported back through IE9.[1] We should pr

Re: [Discussion] Package change names (was Re: 0.9.3 Release)

2018-06-02 Thread Harbs
Hi Carlos, I think our wires are still crossed. Rather than me trying to address your points below, I think we still need to work on definitions. Let me try like this: A Jewel dependency on “Foundation” is OK for you, but a dependency on “Basic” is not. Right? In your view, which files in the

Re: Descendent selector issue

2018-06-02 Thread Harbs
Ah. I did not think of modules. Good point. > On Jun 1, 2018, at 8:04 PM, Alex Harui wrote: > > AIUI: > > TitleBar .TitleBarTitle means "any component with the className > "TitleBarTitle" that is a child of a TitleBar. > > ToggleTextButton.selected means "Any ToggleTextButton that ALSO has