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] Selected ComboBox Option Flickers While Scrolling on Small Screens #18857

Open
jhanvi03 opened this issue Nov 20, 2024 · 1 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

Comments

@jhanvi03
Copy link

Current behavior

When an option (e.g., "G") is selected in the ComboBox and the screen size is reduced, the selected option flickers between other options (e.g., other alphabets) while scrolling slowly. the issue happens in Material, Fluent and Cupertino.

Screen.Recording.2024-11-19.at.7.55.02.PM.mov
Screen.Recording.2024-11-19.at.7.53.23.PM.mov

Expected behavior

The selected ComboBox option should remain stable and not flicker to other options while scrolling, regardless of screen size or scrolling action.

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. Select anything from the dropdown and slowly scroll
  4. Observe how the selected items is flickering.

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 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. labels Nov 20, 2024
@jeromelaban
Copy link
Member

This looks like the combobox is picking up mouse wheel events even if the scrollviewer handles it.

@jhanvi03 can you validate that is does not do the same on WinAppSDK?

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

2 participants