I had problem lately. I did found workaround. It looks like I will raise issue on the compiler in that case.
Thanks! Piotr 2018-02-12 12:51 GMT+01:00 Gabe Harbs <[email protected]>: > I’m pretty sure that those need to be handled in the compiler. > > The compiler needs to understand CSS as it parses it. > > Harbs > > > On Feb 12, 2018, at 1:48 PM, Piotr Zarzycki <[email protected]> > wrote: > > > > Harbs, > > > > Does that file is also the place where we may add some missing functions > > from CSS ? For example scaleY, rotate etc. ? > > > > Thanks, > > Piotr > > > > 2018-02-12 12:17 GMT+01:00 Harbs <[email protected]>: > > > >> The relevant extern file appears to be: w3c_css.js > >> > >> Harbs > >> > >>> On Feb 12, 2018, at 1:16 PM, Harbs <[email protected]> wrote: > >>> > >>> The externs for CSSStyleDeclaration has `overflow`, but it’s missing > >> `overflowX` and `overflowY`. > >>> > >>> That’s causing these two lines to fail (only in maven for some reason): > >>> > >>> (value as UIBase).element.style.overflowY = "auto"; > >>> (contentView as UIBase).element.style.overflowY = "auto”; > >>> > >>> I could change these lines to: > >>> (value as UIBase).element.style[“overflowY”] = "auto"; > >>> (contentView as UIBase).element.style[“overflowY”] = "auto”; > >>> > >>> Although, I think patching the extern file is probably a better > solution. > >>> > >>> I’m not clear on how to patch it though. Any pointers? > >>> > >>> Harbs > >>> > >>>> On Feb 12, 2018, at 1:00 PM, Apache Jenkins Server < > >> [email protected]> wrote: > >>>> > >>>> The Apache Jenkins build system has built Royale-asjs (build #485) > >>>> > >>>> Status: Failure > >>>> > >>>> Check console output at https://builds.apache.org/job/ > Royale-asjs/485/ > >> to view the results. > >>> > >> > >> > > > > > > -- > > > > Piotr Zarzycki > > > > Patreon: *https://www.patreon.com/piotrzarzycki > > <https://www.patreon.com/piotrzarzycki>* > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
