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

ComboBox dropdown button disappear when switching RightToLeft property #12590

Closed
Liv-Goh opened this issue Dec 5, 2024 · 3 comments · Fixed by #12737
Closed

ComboBox dropdown button disappear when switching RightToLeft property #12590

Liv-Goh opened this issue Dec 5, 2024 · 3 comments · Fixed by #12737
Assignees
Labels
💥 regression-release Regression from a public release 🚧 work in progress Work that is current in progress
Milestone

Comments

@Liv-Goh
Copy link
Contributor

Liv-Goh commented Dec 5, 2024

.NET version

.NET 10 and .NET9 both having this issue

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

This issue cannot reproduce in .NET 8, so this is a regression issue.

Issue description

Current Behavior (.NET 9.0 and 10.0)

When change the RightToLeft property after expanding the Popup FlatStyle comboBox, the dropdown button on the comboBox disappeared
When hover cursor to the disappeared dropdown button, the dropdown button will appear again.
Image

Expected Behavior (.NET 8.0)

When change the RightToLeft property after expanding the comboBox, dropdown button on the comboBox won't be affected.
Image

Steps to reproduce

  1. Open the test app
  2. Build and run the project
  3. Click the dropdown button to expand the comboBox (this step is compulsory)
  4. Change the comboBox RightToLeft property
  5. Observe the dropdown button on the comboBox

Test app: ComboBox Dropdown issue.zip

@Liv-Goh Liv-Goh added untriaged The team needs to look at this issue in the next triage 💥 regression-release Regression from a public release labels Dec 5, 2024
@LeafShi1 LeafShi1 removed the untriaged The team needs to look at this issue in the next triage label Dec 5, 2024
@LeafShi1 LeafShi1 self-assigned this Dec 5, 2024
@LeafShi1
Copy link
Member

LeafShi1 commented Dec 5, 2024

This issue caused by PR #11529

@Tanya-Solyanik
Copy link
Member

Let's undo #11529 and re-activate the bug and try to fix it again

@MelonWang1
Copy link
Contributor

Verified the issue with latest .NET SDK 10.0.100-alpha.1.25065.19 build, the issue has been fixed as below screenshot:

12590.mp4

@MelonWang1 MelonWang1 added this to the 10.0 Preview1 milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💥 regression-release Regression from a public release 🚧 work in progress Work that is current in progress
Projects
None yet
4 participants