Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] Placeholder text in Editor control does not wrap text on UWP #13037

Closed
ivanv-microsoft opened this issue Dec 3, 2020 · 1 comment · Fixed by #13042
Closed

[Bug] Placeholder text in Editor control does not wrap text on UWP #13037

ivanv-microsoft opened this issue Dec 3, 2020 · 1 comment · Fixed by #13042
Assignees
Labels
a/editor a/layout e/2 🕑 2 i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often p/UWP t/bug 🐛
Projects

Comments

@ivanv-microsoft
Copy link

ivanv-microsoft commented Dec 3, 2020

Description

Here's my editor control properties,
<Editor Grid.Row="1" x:Name="VerboseFeedback" Text="{Binding UserFeedback}" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" MaxLength="4000" Placeholder="{local:Translate CustomerSatisfactionFeedbackPlaceholderText}}" PlaceholderColor="Gray"/>

The CustomerSatisfactionFeedbackPlaceholderText is a long text placeholder.

Steps to Reproduce

  1. Use above editor control on UWP
  2. Try same on Android

Expected Behavior

Behavior is consistent across platforms, wrapping text so you can read the placeholder text properly.

Actual Behavior

Text does not wrap on UWP.

Basic Information

  • Version with issue:
  • Last known good version:
  • Platform Target Frameworks:
    • Android: 10
    • UWP: Windows 10 laptop version 20H2 Feature Experience pack 120.2212.31.0

Screenshots

UWP:
bug
text

Android:
android

Workaround

None that I could find by playing around with the properties

@ivanv-microsoft ivanv-microsoft added s/unverified New report that has yet to be verified t/bug 🐛 labels Dec 3, 2020
@samhouts samhouts added this to New in Triage Dec 3, 2020
@jsuarezruiz jsuarezruiz added a/layout i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often a/editor p/UWP labels Dec 3, 2020
@jsuarezruiz
Copy link
Contributor

Attached repro sample: Issue13037.zip

@jsuarezruiz jsuarezruiz moved this from New to Ready For Work in Triage Dec 3, 2020
@jsuarezruiz jsuarezruiz added e/2 🕑 2 and removed s/unverified New report that has yet to be verified labels Dec 3, 2020
Triage automation moved this from Ready For Work to Closed Oct 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/editor a/layout e/2 🕑 2 i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often p/UWP t/bug 🐛
Projects
Triage
  
Closed
Development

Successfully merging a pull request may close this issue.

3 participants