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

[Gallery][UI Components][ComboBox] in small screen dropdown does not appear properly #18856

Open
jhanvi03 opened this issue Nov 20, 2024 · 2 comments
Labels
area/canary 🐤 Categorizes an issue or PR as relevant to canary testing difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform triage/untriaged Indicates an issue requires triaging or verification

Comments

@jhanvi03
Copy link

Current behavior

When the dropdown of the ComboBox opens on small screens, it appears merged with the background color, making it difficult to differentiate or see clearly.
Screenshot 2024-11-19 at 7 42 04 PM
Screenshot 2024-11-19 at 7 41 35 PM

Expected behavior

It should appear below the box.

How to reproduce it (as minimally and precisely as possible)

  1. Open gallery canary on web browser (make sure its is small screen
  2. Navigateto mMenu -> UI Components -> Combobox
  3. Click on any box and observe

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

WebAssembly

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@jhanvi03 jhanvi03 added kind/bug Something isn't working platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. area/canary 🐤 Categorizes an issue or PR as relevant to canary testing labels Nov 20, 2024
@jeromelaban
Copy link
Member

@jhanvi03 can you validate that is looks the same on WinAppSDK?

@MartinZikmund
Copy link
Member

It is likely that the small screen size is the reason why the combobox needs to be layouted differently than below (as it would otherwise not fit). On WinAppSDK it will most likely overflow out of the window (as the popup is windowed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/canary 🐤 Categorizes an issue or PR as relevant to canary testing difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform triage/untriaged Indicates an issue requires triaging or verification
Projects
None yet
Development

No branches or pull requests

3 participants