Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] BoxView does not display on macOS #12430

Closed
DennisWelu opened this issue Oct 9, 2020 · 0 comments · Fixed by #12432
Closed

[Bug] BoxView does not display on macOS #12430

DennisWelu opened this issue Oct 9, 2020 · 0 comments · Fixed by #12432

Comments

@DennisWelu
Copy link

Description

BoxView no longer displays on MacOS. After pulling in the previous version of the BoxViewRenderer (prior to the Brushes enhancement on July 17, 2020 3a57e2e#diff-c9717ed015f93621f8867b501cb78d90) will fix the problem.

Steps to Reproduce

  1. Open up a MacOS project
  2. Add a BoxView to the layout. In my example it's in a StackLayout and has a Color and HeightRequest set.
  3. Run

Expected Behavior

BoxView visible

Actual Behavior

BoxView is not visible

Basic Information

  • Version with issue: XF4.8
  • Last known good version: XF4.7
  • IDE: Visual Studio for Mac
  • Platform Target Frameworks:
    • Mac: XCode 12.0.1, running on macOS Catalina 10.15.6

Workaround

Bring in the previous version of the BoxViewRenderer prior to the July 17 change to your project and remap BoxView rendering to it. Also need to bring in the internal class FormsBoxView.

@DennisWelu DennisWelu added s/unverified New report that has yet to be verified t/bug 🐛 labels Oct 9, 2020
@samhouts samhouts added this to New in Triage Oct 9, 2020
@jsuarezruiz jsuarezruiz self-assigned this Oct 9, 2020
@jsuarezruiz jsuarezruiz moved this from New to Resource Blocked in Triage Oct 9, 2020
@jsuarezruiz jsuarezruiz added e/2 🕑 2 and removed s/unverified New report that has yet to be verified labels Oct 9, 2020
@jsuarezruiz jsuarezruiz moved this from Resource Blocked to Ready For Work in Triage Oct 9, 2020
Triage automation moved this from Ready For Work to Closed Oct 14, 2020
@samhouts samhouts added this to In Progress in vNext+1 (5.0.0) Nov 2, 2020
@samhouts samhouts moved this from In Progress to Done in vNext+1 (5.0.0) Nov 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Triage
  
Closed
Development

Successfully merging a pull request may close this issue.

2 participants