cristallium commented on issue #1193:
URL: https://github.com/apache/royale-asjs/issues/1193#issuecomment-1100153172

   The issue is certainly here :
   
   line 495 of TileHorizontalLayout.as
   
   `// add dummy margin: avoid a tile from the next row stay in the previous 
row due to flexbox algorithm`
   
   `child.positioner.style.marginRight = Math.floor(adjustedHostWidth - (1 + 
child.width + (child.width + _horizontalGap) * (_columnCount - 1))) + "px";`
   
   something like if (scrollbar) minus scrollbar width
   
   Perhaps same issue with marginLeft in others cases


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to