Unplanned
Last Updated: 17 Apr 2025 08:27 by Chris Windram
Chris Windram
Created on: 07 Apr 2025 15:14
Category: Entry
Type: Bug Report
1
Entry: [Android] [iOS] Extra space appears when using Maui 9.0.50

when adding entry to the page a margin is added. The space between the Entry and other controls is significant: 

this is a sample xaml:

	<VerticalStackLayout>
		<telerik:RadEntry  x:Name="entry" Placeholder="telerik entry" BackgroundColor="AntiqueWhite" />
		<telerik:RadEntry x:Name="myentry" Placeholder="telerik entry" BackgroundColor="AntiqueWhite" />
		<Entry Placeholder="maui entry" BackgroundColor="LightBlue"/>
		<Entry Placeholder="maui entry" BackgroundColor="LightBlue"/>
	</VerticalStackLayout>

 

this is the result:

 

4 comments
Chris Windram
Posted on: 17 Apr 2025 08:27

Thank you, Didi.  I can confirm that all is good for me with Maui 9.0.60.


ADMIN
Didi
Posted on: 15 Apr 2025 14:10

Hello all,

The issue seems fixed with MAUI 9.0.60 version. Please update the project to these version and test on your side.

Regards,
Didi
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

Kees
Posted on: 10 Apr 2025 11:39

iOS has the same problem, but the added margin is way smaller, so less noticeable.

It is easy to see if you wrap the RadEntry in a RadBorder and give that border a striking color (ie yellow). The extra margin is then a small yellow line between the Entry and the Border.

 

Regards,

Kees Alderliesten

ADMIN
Didi
Posted on: 07 Apr 2025 15:15

Workaround: 

Use maui 9.0.40

Regards,
Didi
Progress Telerik