-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
examples/ui/relative_cursor_position.rs
crashes if window is shrunk
#15661
Labels
A-UI
Graphical user interfaces, styles, layouts, and widgets
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Comments
shiki-saiki
added
C-Bug
An unexpected or incorrect behavior
S-Needs-Triage
This issue needs to be labelled
labels
Oct 5, 2024
LiamGallagher737
added
A-UI
Graphical user interfaces, styles, layouts, and widgets
A-Windowing
Platform-agnostic interface layer to run your app in
and removed
S-Needs-Triage
This issue needs to be labelled
labels
Oct 7, 2024
BenjaminBrienen
added
the
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
label
Oct 26, 2024
|
This happens even if the window is made slightly smaller
|
Not fixed with #15988 |
I think the Camera Viewport needs to be updated when the window is resized. |
This was referenced Oct 27, 2024
BenjaminBrienen
added
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
and removed
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
labels
Oct 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-UI
Graphical user interfaces, styles, layouts, and widgets
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Bevy version
v0.14.2
[Optional] Relevant system information
OS: Windows 11
What you did
Run the example
relative_cursor_position
.What went wrong
If the window is shrunk small enough, it crashes.
Additional information
The text was updated successfully, but these errors were encountered: