Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
MIT License
198 stars 14 forks source link

[Bug]: CheckboxPage crash application when open in new windows #123

Closed Strypper closed 1 year ago

Strypper commented 1 year ago

Contact Details

ocgrb.strypperjason115@gmail.com

What happened?

When you on Galley -> Built-in-> Check Box-> More detail to open the new page -> It can't do it and got out of the program 2023-03-13 15-23-42

Version

7.0

What platforms are you seeing the problem on?

Windows

Relevant log output

Exception thrown: 'System.Runtime.InteropServices.COMException' in WinRT.Runtime.dll
An exception of type 'System.Runtime.InteropServices.COMException' occurred in WinRT.Runtime.dll but was not handled in user code
The application called an interface that was marshalled for a different thread. (0x8001010E (RPC_E_WRONG_THREAD))

Code of Conduct

Strypper commented 1 year ago

Transfered @E-vaTRON

Strypper commented 1 year ago
git fetch origin
git checkout 123-bug-checkboxpage-crash-application-when-open-in-new-windows
E-vaTRON commented 1 year ago

There was an unhandled exception image However, this bug only appears on the window version, not in the android one.

E-vaTRON commented 1 year ago

Problem solved: The Default FontSize can not be rendered in the new window Solution: Remove FontSize="Default" property Label