Skip to content

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

Merged
PureWeen merged 16 commits into
dotnet:mainfrom
BagavathiPerumal:fix-24405
Sep 6, 2024
Merged

Resolved Text Jump Issue in Entry Control with HorizontalTextAlignment Set to End#24485
PureWeen merged 16 commits into
dotnet:mainfrom
BagavathiPerumal:fix-24405

Conversation

@BagavathiPerumal

@BagavathiPerumal BagavathiPerumal commented Aug 28, 2024

Copy link
Copy Markdown
Contributor

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

@dotnet-policy-service dotnet-policy-service Bot added the community ✨ Community Contribution label Aug 28, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

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.

@MartyIX

MartyIX commented Aug 28, 2024

Copy link
Copy Markdown
Contributor

Fixes #24405

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

Fixes #24405

@BagavathiPerumal BagavathiPerumal marked this pull request as ready for review September 3, 2024 12:50
@BagavathiPerumal BagavathiPerumal requested a review from a team as a code owner September 3, 2024 12:50
@jfversluis

jfversluis commented Sep 3, 2024

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 3 pipeline(s).

Comment thread src/Core/src/Platform/Windows/MauiTextBox.cs
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 3 pipeline(s).

Comment thread src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24405.cs Outdated
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen PureWeen enabled auto-merge (squash) September 5, 2024 16:33
@PureWeen

PureWeen commented Sep 6, 2024

Copy link
Copy Markdown
Member

Failing test unrelated

@PureWeen PureWeen disabled auto-merge September 6, 2024 14:29
@PureWeen PureWeen merged commit 9486321 into dotnet:main Sep 6, 2024
@samhouts samhouts added the fixed-in-net9.0-nightly This may be available in a nightly release! label Oct 1, 2024
@samhouts samhouts added fixed-in-9.0.0-rc.2.24503.2 and removed fixed-in-net9.0-nightly This may be available in a nightly release! labels Oct 14, 2024
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 16, 2024
@sheiksyedm sheiksyedm added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Dec 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-controls-entry Entry community ✨ Community Contribution fixed-in-9.0.0-rc.2.24503.2 partner/syncfusion Issues / PR's with Syncfusion collaboration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows: Entry with right aligned text keeps text jumping to the left during editing

8 participants