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

2018-06-03 Thread Alex Harui
IMO, the better fix would be to just rename the selector in defaults.css to be UnselectableElementBead and have UnselectableElementBead add "UnselectableElementBead" to the classList. Or am I not understanding what this does? -Alex On 6/2/18, 1:59 PM, "Harbs" wrote: What I really

RE: [royale-asjs] branch develop updated: Fixes #258. But is that a proper fix?

2018-06-03 Thread Yishay Weiss
This could be a good topic to put down here… https://github.com/apache/royale-asjs/wiki/Layout-Challenges From: Yishay Weiss Sent: Sunday, June 3, 2018 1:18:03 PM To: dev@royale.apache.org Subject: RE: [royale-asjs] branch develop updated: Fixes #258. But is

RE: [royale-asjs] branch develop updated: Fixes #258. But is that a proper fix?

2018-06-03 Thread Yishay Weiss
I’ve seen several instances where the offsetParent hasn’t been set yet when layout is run, which messes things up. I solved this here by running another layout at a later time but I’m interested to hear others on how this should be solved. From: yish...@apache.org