Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a height calculation issue in a Rust-based reactive GUI framework (Craft) when using FlexDirection::ColumnReverse within a scrollable container. The problem might stem from an underlying layout engine (Taffy) incorrectly measuring content size in reverse column mode. The fix may involve inspecting Taffy's behavior, adjusting Craft's layout handling, or potentially contributing a fix to Taffy itself.
Complexity:
4/5
bug good first issue
A reactive Rust GUI
Rust
#cross-platform#desktop#gui#native#reactive-gui#rust#ui#web