xamarin/Xamarin.Forms

Stacklayout in frame "bleeds" outside of frame's rounded corners in iOS

Offen

#2.405 geöffnet am 09.04.2018

 (15 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/3 :clock3:help wantedm/high impact :black_large_square:p/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

When a stacklayout with a background color is put at the top inside a frame with rounded corners, the edges of the stacklayout "bleed" outside of the rounded corners of the frame. This happens in iOS, not on android, where the behavior is correct.

Steps to Reproduce

  1. Open the test project

  2. Build the project and deploy on ios and android

  3. note the difference

Expected Behavior

Stacklayout corners should not bleed outside of the frame

Actual Behavior

Stacklayout corners bleed outside of the frame

Basic Information

  • Version with issue:
  • Last known good version: ?
  • IDE: Visual studio 2017
  • Platform Target Frameworks:
    • iOS: any
  • Nuget Packages: -

Screenshots

Android: screenshot_20180409-115043-0

iOS: ios

Reproduction Link

FrameBleed.zip

Contributor Guide