wuanzhuan

Results 6 issues of wuanzhuan

the popupwindow's parent element is in the red border ![image](https://github.com/slint-ui/slint/assets/11628049/4473f273-497f-4b3a-b883-ce71a476c582) ![image](https://github.com/slint-ui/slint/assets/11628049/4fcb8b78-424c-451b-8894-aa2d2e003756)

bug
a:widgets

how can i set the row_element's has-hover by TableViewCell's has-hover. Only the TableViewCell has the TouchArea. I need handle hover event for both some TableViewCells and one TableViewRow. the TableViewCell...

bug
a:builtin elements

reference: https://github.com/tkaitchuck/aHash/issues/200 need to update ahash version

reference: https://github.com/tkaitchuck/aHash/issues/200 need to update ahash version

like this: ```slint import { ListView } from "std-widgets.slint"; export component Demo { ListView { viewport-width: 10000px; private property names: [ "111111111111111111111111111111111", "222222222222222222222222222222222222", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333", "33333333333333333333333333333333333333",...

bug
good first issue
a:models&views

in tracing_subscriber 0.3.18 I use a Envfilter in global subscriber. It is composed of one LevelFilter and Targets. When i modify the level filter, i need replace the entire EnvFilter....