Closed Lee31416 closed 2 weeks ago
Thanks for the report.
Make sure to include a repro sample so we're looking at the same behavior.
@jeromelaban For the time being, we don't have the time to create a sample because it would be quite complicated and require a couple hours to do so. Maybe in the future we will create one and send it but for now that's all we can give for this issue. I'd be happy to answer any questions if it helps
Thanks. Unfortunately, without a repro we're not able to investigate the issue further on our side.
What you can do is try to alter your application to see what can trigger this behavior by changing the XAML, such as changing properties, removing parents, changing animations, changing backgrounds, changing content and so on, in order to determine more precisely what can create this behavior.
Another thing to try is to at least understand why it disappears. Is it that Text
is set to string.Empty
somehow? If you hook into TextChanged
event, are you able to see it being triggered with NewValue being empty? If so, the stack trace for that may help.
@Lee31416 Any further information you could provide us here please?
Didn't have time to work on doing a sample for this since. Sorry
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. We don't monitor discussions on closed issues thus please open a new GitHub issue if you need the team to revisit this matter.
Current behavior
We have a modal with 1 icon 2 textblock and 1 button. When opening the modal while logged in our app everything displays fine and the text appears as it should but when doing the same thing when not logged in the text appears and then disappears.
Expected behavior
The content of the modal should appears and stays where its at.
How to reproduce it (as minimally and precisely as possible)
Workaround
I googled and found that in winui the textblock doesn't have a background property anymore the workaround that fixes this issue is giving the textblock a border with a background color different then transparent.
Works on UWP/WinUI
Yes
Environment
Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia
NuGet package version(s)
4.10.13
Affected platforms
Android
IDE
Visual Studio 2019
IDE version
17.6.2
Relevant plugins
No response
Anything else we need to know?
No response