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

[regression/8.0.0] Binding a Color from a model is broken on Windows #17192

Closed
jeremy-visionaid opened this issue Sep 4, 2023 · 3 comments
Closed
Labels
platform/windows 🪟 potential-regression This issue described a possible regression on a currently supported version., verification pending s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@jeremy-visionaid
Copy link
Contributor

jeremy-visionaid commented Sep 4, 2023

Description

All model bindings appear to break on Windows when attempting to bind a color (e.g. Label.BackgroundColor)

Steps to Reproduce

A repo is available here based on CollectionViewDemos from maui-samples:

https://github.com/molesmoke/MauiTestApp/tree/binding

Expected outcome: The view dispays the model data displayed with a red label background
Actual outcome: The view displays only placeholders for the model data

This appears to work OK on Android at least, so probably a Windows-specific issue

Link to public reproduction project repository

https://github.com/molesmoke/MauiTestApp/tree/binding

Version with bug

8.0.0-preview.7.8842

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

7.0.92

Affected platforms

Windows

Affected platform versions

Windows 11

@jeremy-visionaid jeremy-visionaid added the t/bug Something isn't working label Sep 4, 2023
@samhouts samhouts added potential-regression This issue described a possible regression on a currently supported version., verification pending platform/windows 🪟 labels Sep 5, 2023
@samhouts samhouts added this to the .NET 8 GA milestone Sep 5, 2023
@XamlTest XamlTest added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Sep 7, 2023
@XamlTest
Copy link

XamlTest commented Sep 7, 2023

Verified this on Visual Studio Enterprise 17.8.0 Preview 1.0. Repro on Windows 11(8.0.0-preview.7.8842), not repro on Android 13.0-API33 and iOS 16.4 with below Project:
CollectionViewDemos.zip

image

@samhouts
Copy link
Member

Duplicate of #16787

@samhouts samhouts marked this as a duplicate of #16787 Sep 12, 2023
@samhouts
Copy link
Member

Confirmed that this regressed between 7.0.92...8.0.0-preview.1.7762. Still reproducible on nightly. Because it can't find the binding on the model, I am 90% sure it's a duplicate of #16787.

@samhouts samhouts changed the title Binding a Color from a model is broken on Windows [regression/8.0.0] Binding a Color from a model is broken on Windows Sep 18, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Oct 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform/windows 🪟 potential-regression This issue described a possible regression on a currently supported version., verification pending s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants