openkraken / kraken

A web standards-compliant, high-performance rendering engine based on Flutter.
https://openkraken.com
Apache License 2.0
4.92k stars 305 forks source link

fix(applyLayoutTransform): fix calculate matrix not include scrollLef… #1447

Open pba-cra opened 1 year ago

pba-cra commented 1 year ago

fix error which calculate child to parent position not include scrollLeft and scrollTop

pba-cra commented 1 year ago

用例补充一下吧

我现在本地跑 test 好多报错啊 你们不报吗

answershuto commented 1 year ago

本地是有可能会报错的,你用 github 的 ci 跑吧,本地测试可以把某个要验证的 it 改成 fit。

andycall commented 1 year ago

这个情况还需要补充一个测试用例