-
Notifications
You must be signed in to change notification settings - Fork 998
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
[Loc]The description text is not showing correctly in MultilineStringEditor drop down. #1076
Comments
According to the commit: 023fd3d for testing, and found this issue. |
@zsd4yr Do you know what the loc status is for WinForms resources |
Issue#1 - String "MultilineStringEditorWatermark" is translated correctly in localization repository. See TRK example below. Rid="MultilineStringEditorWatermark" |
Issue#2 - All strings has in a target added multiline by "\r\n" same as represented in a source. |
Probably related to dotnet/wpf#977 - there is no response on the WPF issue yet, but if you get a fix here the WPF guys probably want to have it too. |
Problem description:
The description text is not showing correctly in MultilineStringEditor drop down.
Actual behavior:
Issue#1: Description text is not showing in MultilineStringEditor drop down.
Issue#2: 2 description sentences doesn't wrap.
Expected behavior:
Description text should be show in MultilineStringEditor drop down, and 2 description sentences should be wrap.
Minimal repro:
1.Install latest VS & .NET Core 3.0 on loc machine, then open the attached app.
WindowsFormsApp2.zip
2.Run it and open the MultilineStringEditor drop down of Text property.
The text was updated successfully, but these errors were encountered: