slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.94k stars 568 forks source link

Flickable: we do not enforce that we cannot scroll past the end. #598

Closed ogoffart closed 8 months ago

ogoffart commented 2 years ago

To reproduce, scroll to the bottom or the right of Flickable (but not a ListView), for example the TextEdit of the gallery. then increase the size of the window. the content-y and content-x stay the same, meaning that we are way past the flickable boundaries.

(Reported in #581)

ogoffart commented 8 months ago

Closing as duplicated of https://github.com/slint-ui/slint/issues/2227