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

Excess Padding in Textfields (Uranium 2.10.2) (MAUI 8.0.82) #797

Open
pouchbunny opened this issue Oct 6, 2024 · 6 comments
Open

Excess Padding in Textfields (Uranium 2.10.2) (MAUI 8.0.82) #797

pouchbunny opened this issue Oct 6, 2024 · 6 comments
Labels
bug-report Potential bug that should be verified platform-windows Something is related to Windows
Milestone

Comments

@pouchbunny
Copy link

I've noticed that whether you use AllowClear or not, there is strange excess padding in the textfield that is increased when editing:

image

image

But once again, just a Windows issue (stupid Windows):

image

@enisn
Copy link
Owner

enisn commented Oct 7, 2024

Can you share the Layout code, you place inputs together? (Grid, StackLayout, etc?)


Btw, FillAndExpand option is obsolete and may cause unwanted results (dotnet/maui#7346)

@enisn enisn added bug-report Potential bug that should be verified platform-windows Something is related to Windows labels Oct 7, 2024
@enisn enisn added this to the v2.10 milestone Oct 7, 2024
@enisn
Copy link
Owner

enisn commented Oct 7, 2024

It seems it's the same problem with #796

It's a MAUI 8.0.82 problem: https://github.com/orgs/dotnet/projects/194/views/42?pane=issue&itemId=81208170

  • You can downgrade to 8.0.72 manually as a workaround

@pouchbunny
Copy link
Author

Can you share the Layout code, you place inputs together? (Grid, StackLayout, etc?)

Btw, FillAndExpand option is obsolete and may cause unwanted results (dotnet/maui#7346)

@pouchbunny
Copy link
Author

pouchbunny commented Oct 7, 2024

AppGrid Style

image

The Textfields are directly in it:

image

@pouchbunny
Copy link
Author

Reference i

Didn't know that, thank you.

@pouchbunny
Copy link
Author

It seems it's the same problem with #796

It's a MAUI 8.0.82 problem: https://github.com/orgs/dotnet/projects/194/views/42?pane=issue&itemId=81208170

  • You can downgrade to 8.0.72 manually as a workaround

Worked like a charm, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Potential bug that should be verified platform-windows Something is related to Windows
Projects
None yet
Development

No branches or pull requests

2 participants