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

Buttons in dialogs broke in v4.8.0+. (works in v4.7.1). I think I pin-pointed the issue. Includes an example repo. #3393

Closed
jrdnwrth opened this issue Nov 29, 2023 · 2 comments · Fixed by #3452
Labels
bug release notes Items are likely to be highlighted in the release notes.
Milestone

Comments

@jrdnwrth
Copy link

jrdnwrth commented Nov 29, 2023

Bug explanation

Bad Dialog:

image

Good Dialog:

image

To Reproduce

This is easily one of the weirdest bugs I've ever encountered. Download my repo if you want to follow along: https://github.com/jrdnwrth/ButtonBugExample

  1. Enter a value into this TextBox:
    image
  2. Click the "Open Buggy Dialog" button.
  3. You will see the Bad dialog.
  4. Clear the text box.
  5. Click the button again.
  6. You will see the Good dialog.

The Plot Thickens

Want to fix the bug? Change the Width of the dialog from 160 to 170. No more bugs. All fixed. I kid you not.
image

Also notice that Visual Studio's "UI Debugger" widget at the top of the popup disappears when it is broken:
image
I'm not sure what that is about.

More info

  • I am seeing this bug in v4.8.0, v4.9.0, and v5.0.0 preview.
  • This bug only shows up in dialog windows.

Version

4.8.0

@jrdnwrth jrdnwrth added bug evaluation required Items is pending review or evaluation by the team labels Nov 29, 2023
@Keboo Keboo added this to the 5.0.0 milestone Feb 8, 2024
@Keboo Keboo added release notes Items are likely to be highlighted in the release notes. and removed evaluation required Items is pending review or evaluation by the team labels Feb 8, 2024
@Keboo
Copy link
Member

Keboo commented Feb 8, 2024

Thank you for the great bug report. I have tracked down the issue and a fix will be coming in the next nightly release.

@jrdnwrth
Copy link
Author

jrdnwrth commented Feb 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug release notes Items are likely to be highlighted in the release notes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants