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

[Windows] Fix ClearButtonVisibility and VerticalTextAlignment issues with invisible Entry #13769

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Fix ClearButtonVisibility and VerticalTextAlignment issues with invisible Entry on Windows.

ClearButtonVisibility
fix-clearbutton-windows

VerticalTextAlignment
fix-verticaltext-windows

image

Issues Fixed

Fixes #13714
Fixes #13743

@jsuarezruiz jsuarezruiz added t/bug Something isn't working platform/windows 🪟 legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor area-controls-entry Entry labels Mar 8, 2023
@@ -34,12 +34,12 @@ protected override void ConnectHandler(TextBox platformView)
{
platformView.KeyUp += OnPlatformKeyUp;
platformView.TextChanged += OnPlatformTextChanged;
platformView.Loaded += OnPlatformLoaded;
platformView.SizeChanged += OnPlatformViewSizeChanged;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalidate the MauiTextBox attached properties when the size changed (loaded, change visibility etc)

@rmarinho rmarinho merged commit 9fa5f5f into main Mar 9, 2023
@rmarinho rmarinho deleted the fix-13743 branch March 9, 2023 12:21
@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2023
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
@samhouts samhouts added the fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-entry Entry fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! platform/windows 🪟 t/bug Something isn't working
Projects
None yet
5 participants