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

Open
Liv-Goh opened this issue Dec 5, 2024 · 1 comment · May be fixed by #12598
Open

ComboBox dropdown button disappear when switching RightToLeft property #12590

Liv-Goh opened this issue Dec 5, 2024 · 1 comment · May be fixed by #12598
Assignees
Labels
💥 regression-release Regression from a public release 🚧 work in progress Work that is current in progress

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

@LeafShi1 LeafShi1 linked a pull request Dec 6, 2024 that will close this issue
@dotnet-policy-service dotnet-policy-service bot added the 🚧 work in progress Work that is current in progress label Dec 6, 2024
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
Development

Successfully merging a pull request may close this issue.

2 participants