question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Selectbox is not visible when MAUI window is running on Windows 11.

See original GitHub issue

Description

Windows 11, text disappears when select box is selected.

Steps to Reproduce

Create a new “.NET MAUI App” project in Visual Studio 2022 (17.4.0 Preview 3.0)

No problems running Android.

Windows 11 only problem.

<StackLayout Padding="5">
    <Label Text="회차" TextColor="{StaticResource Gray500}"
       FontSize="16"/>
    <Picker x:Name="picker"
        Title="회차를 선택하세요.">
        <Picker.ItemsSource>
            <x:Array Type="{x:Type x:String}">
                <x:String>1회차 10월 24일 촬영</x:String>
                <x:String>2회차 10월 25일 촬영</x:String>
                <x:String>3회차 10월 26일 촬영</x:String>
                <x:String>4회차 10월 27일 촬영</x:String>
                <x:String>5회차 10월 28일 촬영</x:String>
                <x:String>6회차 10월 29일 촬영</x:String>
                <x:String>7회차 10월 30일 촬영</x:String>
            </x:Array>
        </Picker.ItemsSource>
    </Picker>
</StackLayout>

ezgif-2-4d8c8c7546

Link to public reproduction project repository

https://github.com/nameofSEOKWONHONG/maui-tech-demo.git

Version with bug

7.0 Release Candidate 2

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows SDK 10.0.19041.0

Did you find any workaround?

No response

Relevant log output

No response

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Zhanglirong-Winniecommented, May 30, 2023

Verified this issue with Visual Studio 17.7.0 Preview 1.0. Can repro on windows platform with sample project. maui-tech-demo-main.zip 10756

0reactions
msftbot[bot]commented, Oct 21, 2022

We’ve moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MAUI Blazor App - cant find Windows Machine in Debug List
I have a basic MAUI Blazor app (counter app). When I went to debug this app it would load in a Windows Machine...
Read more >
Troubleshoot known issues - .NET MAUI
Learn about .NET MAUI known issues and troubleshooting you can do to resolve these issues.
Read more >
Controls - .NET MAUI
NET MAUI page generally occupies the full screen or window. The page usually contains a layout, which contains views and possibly other layouts....
Read more >
Build your first .NET MAUI app
In this tutorial, you'll learn how to create and run your first .NET Multi-platform App UI (.NET MAUI) app in Visual Studio 2022...
Read more >
Publish a .NET MAUI app for Windows with Visual Studio
Learn how to package and publish a Windows .NET MAUI app to a file share in Visual Studio.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found