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

[WASM] Combobox dropdown width incorrect with Stretch #2680

Closed
1 of 12 tasks
peternary opened this issue Feb 20, 2020 · 1 comment · Fixed by #2745
Closed
1 of 12 tasks

[WASM] Combobox dropdown width incorrect with Stretch #2680

peternary opened this issue Feb 20, 2020 · 1 comment · Fixed by #2745
Labels
kind/bug Something isn't working

Comments

@peternary
Copy link

Current behavior

Setting a ComboBox HorizontalAlignment to 'Stretch' in WASM makes the dropdown width fill the screen.

Expected behavior

Dropdown width should take up same space as in UWP.

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

Open the attached project in UWP and observe that the dropdown for each ComboBox matches the width of the ComboBox itself. Open the project in WASM and observe that the ComboBox with HorizontalAlignment set to 'stretch' has a dropdown that spans the entire screen. The other ComboBox behaves correctly.

App25.zip

Environment

Nuget Package:
Uno.UI
Package Version(s):
2.1.0-dev.1286
Affected platform(s):

  • iOS
  • Android
  • WebAssembly
  • WebAssembly renderers for Xamarin.Forms
  • macOS
  • Windows
  • Build tasks
  • Solution Templates

Visual Studio:

  • 2017 (version: )
  • 2019 (version: )
  • for Mac (version: )

Relevant plugins:

  • Resharper (version: )

Anything else we need to know?

@peternary peternary added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification labels Feb 20, 2020
@jeromelaban jeromelaban removed the triage/untriaged Indicates an issue requires triaging or verification label Feb 21, 2020
@peternary
Copy link
Author

Confirmed fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants