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

Fixed Microsoft.Maui.Controls 8.0.90 (Latest stable) Ruins Entry Controls #25006

Merged
merged 30 commits into from
Oct 10, 2024

Conversation

NirmalKumarYuvaraj
Copy link
Contributor

@NirmalKumarYuvaraj NirmalKumarYuvaraj commented Sep 30, 2024

Root Cause

The TextBox style applied resulted in an incorrect column count, causing the deleteButton column to shift and misalign the layout.

Description of Change

The code was updated to correctly identify the deleteButton column, setting its width to 0 when the clearButton is not visible and to Auto when it is visible to ensure proper layout.

Validated the behaviour in the following platforms

  • Android
  • Windows
  • iOS
  • Mac

Fixes

fixes #24783
fixes #25038

Output

Before

Before Fix

After

After Fix

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Sep 30, 2024
Copy link
Contributor

Hey there @NirmalKumarYuvaraj! 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
Copy link
Contributor

MartyIX commented Oct 2, 2024

(It would be great to cover the test scenario in #25038.)

@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

{
App.WaitForElement("button");
App.Tap("button");
VerifyScreenshot();
Copy link
Contributor

Choose a reason for hiding this comment

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

Triggered the build, it should generate the reference snapshot for this test.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, already added the test snapshot.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the images

@NirmalKumarYuvaraj NirmalKumarYuvaraj marked this pull request as ready for review October 4, 2024 12:53
@NirmalKumarYuvaraj NirmalKumarYuvaraj requested a review from a team as a code owner October 4, 2024 12:53
@dotnet dotnet deleted a comment from azure-pipelines bot Oct 7, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen
Copy link
Member

PureWeen commented Oct 8, 2024

/rebase

This reverts commit dd65898.

Revert "modified code changes"

This reverts commit 8d59b7b.

Revert "Modified ios image"

This reverts commit daef7ed.
Copy link
Member

@PureWeen PureWeen left a comment

Choose a reason for hiding this comment

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

rebase isn't quite correct

@PureWeen
Copy link
Member

PureWeen commented Oct 9, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen PureWeen enabled auto-merge (squash) October 10, 2024 15:22
@PureWeen
Copy link
Member

  • failing template test is unrelated

@PureWeen PureWeen disabled auto-merge October 10, 2024 15:57
@PureWeen PureWeen merged commit dbb67e2 into dotnet:main Oct 10, 2024
95 of 97 checks passed
@samhouts samhouts added the fixed-in-net8.0-nightly This may be available in a nightly release! label Oct 14, 2024
@NirmalKumarYuvaraj NirmalKumarYuvaraj deleted the fix-24783 branch October 18, 2024 05:58
@github-actions github-actions bot locked and limited conversation to collaborators Nov 17, 2024
@NirmalKumarYuvaraj NirmalKumarYuvaraj added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Dec 6, 2024
@samhouts samhouts added fixed-in-9.0.10 fixed-in-net8.0-nightly This may be available in a nightly release! and removed fixed-in-net8.0-nightly This may be available in a nightly release! labels Dec 16, 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.10 fixed-in-net8.0-nightly This may be available in a nightly release! partner/syncfusion Issues / PR's with Syncfusion collaboration platform/windows 🪟
Projects
None yet
6 participants