-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on windows scroll after an automatic translation #430
Comments
Can you attach a stack trace? |
Anwendung: ResXManager.exe
|
Since there is only system code in the stack trace, there is nothing I can do about this. |
Getting the same crash VS: 2019 Community Edition Project is part of a large solution with about 10 projects, all of them are .NET 5 either Web or Class Libraries.
|
WFP team seems to target a fix for 7.0.0, Oh my, this is a long run... |
@madskristensen does something that crashes Visual Studio really has such a low prio at Microsoft? |
I get this crash also in Blazor serverside project on .net 6. I translate 10 sentences and when I press "apply all", it crashes everytime |
@EmilAlipiev Since this bug will be only fixed in .net 7, that's expected. |
Came here for the same reason. Since I noticed a remark about scrolling I first moved the scrollbar to the last/lowest position and then tried the translate and then I don't get a crash. |
This is happening to me every time now... argh. |
After translating with a translation provider (we use Deepl, but it seems to apply to any of them), if the list of the translated items is big enough and scrolling or windows resize is needed, the application crashes on scrolling or window resizing. The behaviour is observed in both VS and in a standalone mode.
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: