alibaba/Tangram-iOS

VirtualView复用时内部布局错乱

lllhhh opened this issue · 3 comments

当采用VirtualView布局组件时,上下滚动复用组件复用时出现内部布局错乱。
组件布局父子关系: VHLayout -> Page -> Grid

正常布局:
image
错乱布局:
image

ljunb commented

可能是布局方式有关,这边也出现类似情况。
比如组件中A元素设置了layoutMarginRight,其右边有一个元素B。一开始布局是正常的,滑动后layoutMarginRight就失效了。后来改用在元素B中设置layoutMarginLeft,就不会有问题

layoutMarginRight、layoutMarginLeft左右都设置了,还是不起作用。Tangram在复用时候还会遇到其他问题,很是折磨人。

ljunb commented

KPI项目吧,都N久没维护了