genodelabs / genode

Genode OS Framework
https://genode.org/
Other
1.03k stars 249 forks source link

sculpt: scrollable component graph #5183

Closed nfeske closed 3 weeks ago

nfeske commented 1 month ago

Sculpt's component graph can easily grow beyond the screen boundaries, in which case the out-of-view components become unavailable for interactive manipulation. As a usability improvement, we should give the user the ability to scroll the graph vertically.

nfeske commented 1 month ago

Commit https://github.com/genodelabs/genode/commit/7df19173af648efbe4654fcca581f3c021173940 implements scrolling via page-up/down and the scroll wheel.

nfeske commented 1 month ago

Commit https://github.com/genodelabs/genode/commit/22a731b671ff20a266fe9c2290751f5d6bac36da rounds up this issue by making the popup scrollable as well.