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

TextBox cursor issue in 0.9.3 #276

Closed
JVimes opened this issue Feb 2, 2021 · 1 comment
Closed

TextBox cursor issue in 0.9.3 #276

JVimes opened this issue Feb 2, 2021 · 1 comment
Milestone

Comments

@JVimes
Copy link

JVimes commented Feb 2, 2021

For multi-line TextBoxes, the area that invokes the text cursor changed in 0.9.3. This makes it harder to place the text cursor and select text.

This issue was caused by c225dd6, which set the horizontal/vertical content alignment to Left/Top. I think they should both be Stretch.

image

<TextBox TextWrapping="Wrap" AcceptsReturn="True"
         Text="Foo&#x0a;Bar" Height="100" Width="200"/>
@Kinnara
Copy link
Owner

Kinnara commented Mar 10, 2021

Thanks for the detailed report. Should be fixed now,

@Kinnara Kinnara added this to the 0.9.4 milestone Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants