Open Issues Need Help
View All on GitHub Widgets needed 29 days ago
enhancement help wanted
A reactive Rust GUI
Rust
#cross-platform#desktop#gui#native#reactive-gui#rust#ui#web
FlexDirection::ColumnReverse breaks the height of a scroll container about 1 year ago
AI 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