RE: TileHorizontalLayout compute wrong margin-right in case of scroller (ignoring scrollbar width) (Issue #1193)

2022-05-18 Thread Maria Jose Esteve
mayo de 2022 10:04 Para: dev@royale.apache.org Asunto: Re: TileHorizontalLayout compute wrong margin-right in case of scroller (ignoring scrollbar width) (Issue #1193) Yes, this is perfect ! I tested on PC with Chrome and Firefox Le 2022-05-09 04:20, Maria Jose Esteve a écrit : I have obtained

Re: TileHorizontalLayout compute wrong margin-right in case of scroller (ignoring scrollbar width) (Issue #1193)

2022-05-09 Thread contact
Para: dev@royale.apache.org Asunto: RE: TileHorizontalLayout compute wrong margin-right in case of scroller (ignoring scrollbar width) (Issue #1193) Hi, Sorry, I misunderstood your previous message. I belived that hostComponent.element.scrollWidth doesn't work properly on Mac. If that's workin

RE: TileHorizontalLayout compute wrong margin-right in case of scroller (ignoring scrollbar width) (Issue #1193)

2022-05-08 Thread Maria Jose Esteve
Jose Esteve Enviado el: sábado, 30 de abril de 2022 12:01 Para: dev@royale.apache.org; cont...@cristallium.com Asunto: RE: TileHorizontalLayout compute wrong margin-right in case of scroller (ignoring scrollbar width) (Issue #1193) Yes, it will be necessary to put some "Observer". It oc

RE: TileHorizontalLayout compute wrong margin-right in case of scroller (ignoring scrollbar width) (Issue #1193)

2022-04-30 Thread Maria Jose Esteve
ut compute wrong margin-right in case of scroller (ignoring scrollbar width) (Issue #1193) Hi, Sorry, I misunderstood your previous message. I belived that hostComponent.element.scrollWidth doesn't work properly on Mac. If that's working properly then this piece of code will solve

RE: TileHorizontalLayout compute wrong margin-right in case of scroller (ignoring scrollbar width) (Issue #1193)

2022-04-30 Thread contact
Hi, Sorry, I misunderstood your previous message. I belived that hostComponent.element.scrollWidth doesn't work properly on Mac. If that's working properly then this piece of code will solve the issue : var adjustedHostWidth:Number = Math.floor(host.width -