Dongdong Zhou
Dongdong Zhou
Got it, thanks.
>  It's not a bug ? It is a bug, but we haven't figured out how to fix it yet.
> Is there a plan to fix this bug? It's currently blocked by this PR https://github.com/lapce/floem/pull/679
cosmic-text is now changed to the upstream version which doesn't have stretto
Looks good to me now! Although I tried to run webgpu example but my Chrome complains about the wgsl. Does it run properly for you?
It should be fixed now in latest main.
It feels like the best approach would probably be a custom widget, e.g., you'd paint the grid yourself.
Does this need to contain other widgets? If so, the logic would be similar to the virtual list.
maybe we can put the method under `ComputeLayoutCx` and call it `compute_view_children_layout`?
When does this needed? I'm a bit worried that this could cause infinite loop in unforeseen rare cases.