maui icon indicating copy to clipboard operation
maui copied to clipboard

Resolved Text Jump Issue in Entry Control with HorizontalTextAlignment Set to End

Open BagavathiPerumal opened this issue 1 year ago • 2 comments

Root cause

The root cause of the issue was that the DeleteButton occupied space even when disabled, causing layout issues.

Description of Issue Fix

The solution involves adjusting the “Column” and removing the extra column dynamically based on the button's enabled state, ensuring the layout is correct.

Issues Fixed

Fixes #24405

Output

Before fix:

image

After fix:

image

BagavathiPerumal avatar Aug 28 '24 14:08 BagavathiPerumal

Hey there @BagavathiPerumal! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

Fixes #24405

This syntax does not make Github to close the issue automatically. The correct syntax is just plaintext:

Fixes #24405

MartyIX avatar Aug 28 '24 14:08 MartyIX

/azp run

jfversluis avatar Sep 03 '24 13:09 jfversluis

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Sep 03 '24 13:09 azure-pipelines[bot]

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Sep 04 '24 09:09 azure-pipelines[bot]

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Sep 05 '24 07:09 azure-pipelines[bot]

Failing test unrelated

PureWeen avatar Sep 06 '24 14:09 PureWeen