Skip to content
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

game_menu example text escapes its container #11603

Closed
rparrett opened this issue Jan 29, 2024 · 1 comment
Closed

game_menu example text escapes its container #11603

rparrett opened this issue Jan 29, 2024 · 1 comment
Labels
A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior

Comments

@rparrett
Copy link
Contributor

Bevy version

main

I believe this behavior began with #9637. This is a "known issue" that never got its own GitHub issue to track it.

Relevant system information

AdapterInfo { name: "Apple M1 Max", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal }
SystemInfo { os: "MacOS 14.2.1 ", kernel: "23.2.0", cpu: "", core_count: "10", memory: "64.0 GiB" }

Tested with scale_factor of 2.0 and 1.0.

What you did

  • cargo run --example game_menu
  • click "new game"

What went wrong

image
@rparrett rparrett added C-Bug An unexpected or incorrect behavior A-UI Graphical user interfaces, styles, layouts, and widgets labels Jan 29, 2024
@rparrett rparrett changed the title game_menu example text escapes its container game_menu example text escapes its container Jan 30, 2024
@rparrett
Copy link
Contributor Author

rparrett commented May 8, 2024

This seems fixed now. Bisected fix to #10690.

@rparrett rparrett closed this as completed May 8, 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 C-Bug An unexpected or incorrect behavior
Projects
None yet
Development

No branches or pull requests

1 participant