Skia rendering issues in Windows 10 and Windows 11 #17411
-
Hello, I have a Skia project built with Uno Platform but I'm finding rendering issues when running it on some Windows versions. When you click outside the dark rectangle, it disappears, but shows up again, when you focus on the text boxes. The expected behavior is that the whole window background is light or dark, depending on the current OS theme. On Windows 10 x64 Version 1507 (RTM) (OS build 10240) On Windows 11 Pro (x64) Version 23H2 build 22631.3593: Interestingly on Windows 7 SP1 x64, it is rendered with any issues: This is the command I used to publish the project (.NET desktop runtime 8 dependant):
My development environment
dotnet --list-sdks:
When I run the same application in my development environment, it renders as expected: Here is the sample project I used for the tests; it's an almost fresh project I just added two text boxes, two labels, and one button. Is there any workaround for this problem or something I'm missing around? I appreciate any help you can provide. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hey @lemalcs, your sample repo is private. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, the repo is public now. Thanks |
Beta Was this translation helpful? Give feedback.
-
I couldn't reproduce this. @Youssef1313 @MartinZikmund could you also try it out? It seems very fragile to reproduce, so maybe you'll have better luck than me. |
Beta Was this translation helpful? Give feedback.
-
Converted to an issue #17526, let's continue investigating there |
Beta Was this translation helpful? Give feedback.
Converted to an issue #17526, let's continue investigating there