-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash when click the ComboBox #7403
Comments
If your slint-viewer version is 1.9.2. It also crashes when previewing |
This bug was introduced in #7265, although it probably just uncovered a more general issue with focus and repeated elements or popups. I failed to report this earlier, sorry. I'm curious to know what in both your environments make the AccessKit backend initialize. I don't get any panic if I run the gallery app and click on the combobox if I don't have my screen reader or screen magnifier on. |
This is what happened when I tested with gallery app. PS C:\dev\rust\slint\examples\gallery> slint-viewer gallery.slint |
I am also seeing this exact problem when cross-compiling for windows on a Linux host using the I am guessing the above panic message will be enough to troubleshoot, but I can provide more details and/or an MWE if it would be useful. |
It seems to be caused by shutting down services or streamlining window system , and does not exist on a fresh install of a full system. |
@agkyunromb Thanks for the tip. Disabling the |
ComboBox work fine in preview
but crashed when you build and run from rust
is there something wrong with my environment or meet some bugs ?
app.slint
main.rs
error message when click the combox
The text was updated successfully, but these errors were encountered: