-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Android][iOS/Catalyst] Rectangle rendering is broken #18628
Copy link
Copy link
Closed
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
the following code creates a Rectangle that fills the parent Grid which is not correct. On Windows it renders as expected with the correct WidthRequest
<Grid HeightRequest="100" WidthRequest="600" BackgroundColor="White">
<Rectangle Fill="Red" WidthRequest="10" VerticalOptions="Fill" />
</Grid>
haven't tested on iOS
Steps to Reproduce
- Create File New App
- Add this code
<Grid HeightRequest="100" WidthRequest="600" BackgroundColor="White">
<Rectangle Fill="Red" WidthRequest="10" VerticalOptions="Fill" />
</Grid>check Rectangle on Android
Link to public reproduction project repository
No response
Version with bug
8.0.0-preview.1.7762
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 13
Did you find any workaround?
use BoxView
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working