You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to display the height of the scrollview the following example crashes live-preview on MacOS. This is with both the public and nightly slint extension.
Note: The Hide_ui checkbox in the settings needs to be checked before clicking "Show Preview".
I can't reproduce this :-(. Could you paste output from the "Slint LSP" tab in vs code so that we can get some diagnostics?
Can you reproduce this using cargo run -p slint-viewer -- ~/test.slint if you save that test case into ~/test.slint?
tronical
changed the title
ScrollView example crashes the live-preview
ScrollView example crashes the live-preview when toolbar is hidden
Jan 2, 2025
Reproduced with the Hide_ui checkbox checked. It depends on that. Then the output tab has this:
thread 'main' panicked at internal/core/properties.rs:523:9:
Recursion detected
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[Info - 13:37:43] Connection to server got closed. Server will restart.
true
The Slint Language Server crashed. This is a bug. Please open an issue on https://github.com/slint-ui/slint/issues
The Slint Language Server crashed. This is a bug. Please open an issue on https://github.com/slint-ui/slint/issues
The Slint Language Server crashed. This is a bug. Please open an issue on https://github.com/slint-ui/slint/issues
[Error - 13:37:43] Server process exited with signal SIGABRT.
Bug Description
When trying to display the height of the scrollview the following example crashes live-preview on MacOS. This is with both the public and nightly slint extension.
Note: The
Hide_ui
checkbox in the settings needs to be checked before clicking "Show Preview".Reproducible Code (if applicable)
Environment Details
Product Impact
No response
The text was updated successfully, but these errors were encountered: