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

CornerRadius incorrectly renders for TextBox on WASM #3110

Closed
2 of 12 tasks
danielkornev opened this issue May 5, 2020 · 3 comments · Fixed by #3842
Closed
2 of 12 tasks

CornerRadius incorrectly renders for TextBox on WASM #3110

danielkornev opened this issue May 5, 2020 · 3 comments · Fixed by #3842
Labels
kind/bug Something isn't working

Comments

@danielkornev
Copy link

danielkornev commented May 5, 2020

Current behavior

When you use CornerRadius property on TextBox, in WASM it incorrectly continues rendering the input area.

Here's the default state (no focus):

image

here's the activate state (focus):

image

Expected behavior

image

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

  1. Create new Uno project
  2. Add TextBox to Grid on your MainPage.xaml
  3. Define TextBox Height to 30
  4. Define TextBox CornerRadius to 15,15,15,15
  5. Build and run

Environment

Nuget Package: Uno.UI

Package Version(s): 2.3.0-dev.118,

Affected platform(s):

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

Visual Studio:

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

Relevant plugins:

  • Resharper (version: )

Anything else we need to know?

@danielkornev danielkornev added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification labels May 5, 2020
@danielkornev
Copy link
Author

attn: @carldebilly

@danielkornev
Copy link
Author

up?

@jeromelaban jeromelaban added priority/backlog and removed triage/untriaged Indicates an issue requires triaging or verification labels Jun 4, 2020
carldebilly added a commit that referenced this issue Aug 18, 2020
@carldebilly
Copy link
Member

The fix has been published in Uno v3.1.0-dev.52. Available on Nuget.

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.

3 participants