coramia
(Coramia Motoi)
November 17, 2021, 8:09am
9
Hi @supersharp , thank you for reporting this.
Our engineering team has investigated the issue and found that this might not come from Studio, but another app that is interfering with all WPF applications. In this case, this might be the culprit here:
opened 02:56PM - 18 May 19 UTC
closed 07:35PM - 07 Nov 19 UTC
issue-type-tracking-external
* .NET Core Version: 3.0 preview 5
* Windows version: 1803 build 17134.765
* D… oes the bug reproduce also in WPF for .NET Framework 4.8?: ~I don't know.~ It works fine on 4.6/4.7 and 4.8
**Problem description:**
With this XAML:
```
<Window x:Class="RetailEntertainment.Zorgstand.SignIn.Desktop.Views.AddNewConnectionWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:RetailEntertainment.Zorgstand.SignIn.Desktop.Views"
xmlns:vms="clr-namespace:RetailEntertainment.Zorgstand.SignIn.Desktop.ViewModels"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance vms:AddNewRegistrationDialogViewModel}"
Title="New registration" Width="400" Height="100">
<StackPanel>
<TextBlock Text="Entert the connection string received from the portal:" />
<TextBox Text="{Binding ConnectionString}" />
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
<Button Content="Cancel" Margin="4" Padding="2" Command="{Binding CloseDialogCommand}"/>
<Button Content="Save" Margin="4" Padding="2" Command="{Binding TestAndAddRegistrationCommand}"/>
</StackPanel>
</StackPanel>
</Window>
```
The buttons render wrong after mouse leaves.
Before:

After:

**Actual behavior:**
It looks like the button renders as if it has its parent size.
After resizing the window, it renders normally again.
**Expected behavior:**
No weird rendering
**Minimal repro:**
Code is above
opened 03:07PM - 11 Oct 21 UTC
closed 02:08PM - 22 Oct 21 UTC
question
done
**Describe the bug**
UI behavior is quite buggy. It's not a blocker, but quite … very annoying sometimes.
**Simhub version**
7.4.7
**To Reproduce**
Steps to reproduce the behavior:
1. go to any menu in the app
**Expected behavior**
A clear behavior without UI element bugs.
**Screenshots**


That's just an example. It works everywhere in this way.
opened 06:32PM - 12 Jul 21 UTC
closed 03:38PM - 03 Sep 21 UTC
_This issue has been moved from [a ticket on Developer Community](https://develo… percommunity.visualstudio.com/t/Disappearing-Text-Zoom-Text-in-ListView/1471966)._
---
[severity:It's more difficult to complete my work] [regression]
Disappearing text and garbled graphics.
1) See MY attached video and times where issues are
00:20-00:25 Zoomed Text
00:39-00:40 Zoomed Text
00:46 scrambles graphics
1:06 Dis-appearing menu text
2) I have also recorded another video with Visual Studio Step Recorder showing similar issues.
3) This problems started after updating the Visual Studio 2019 to latest v16.10.3
---
### Original Comments
#### Feedback Bot on 7/11/2021, 07:52 PM:
<p>We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.</p>
#### Pratik Patel on 7/11/2021, 09:17 PM:
(private comment, text removed)
---
### Original Solutions
(no solutions)
Can you please let us know if you have any of the following applications installed:
If this is not the case, can you please let us know some more details, in a private message to me or @loginerror , or here, if you feel comfortable.
What is the exact Windows 10 version you are using?
You just need to open the Start menu > search for ‘winver ’ > hit Enter > and the version will be visible in a small window.
are you using a different Windows Default language than English? If so, which one?
This is visible in the Language Settings on your machine > Windows Display language.
can you kindly attach a Diagnostics Tool report of your machine and attach the generated .zip file?
You can just search for the UiPath Diagnostics Tool app in the Start menu > open it > go through the steps, and at the end of the generation, please attach the diagnostics tool report here.
What Antivirus software are you using? Is Studio the only application that behaves this way?
Thank you so much for your help!