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

Default Editor.VerticalTextAlignment to Start #5648

Merged
merged 1 commit into from
Mar 31, 2022
Merged

Default Editor.VerticalTextAlignment to Start #5648

merged 1 commit into from
Mar 31, 2022

Conversation

bricelam
Copy link
Contributor

@bricelam bricelam commented Mar 29, 2022

Description of Change

Previously, iOS and Android were out of sync with the VerticalTextAlignment value since the native controls effectively default to Start. Windows honored the default value making its behavior inconsistent with iOS and Android.

This PR updates the default to Start. The iOS and Android native controls are now in sync with the VerticalTextAlignment value. The Windows behavior is now consistent with iOS and Android.

Issues Fixed

Fixes #4089

@jfversluis jfversluis added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Mar 29, 2022
@rmarinho
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@rmarinho rmarinho merged commit db87710 into dotnet:main Mar 31, 2022
@bricelam bricelam deleted the editor branch March 31, 2022 18:36
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2023
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Windows] Wrong initial cursor position in Editor
5 participants