Open mattiascibien opened 1 year ago
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
If you get a chance can you test this on .NET8 to see if it's still an issue?
Verified this on Visual Studio Enterprise 17.8.0 Preview 1.0. Repro on iOS 16.4 .NET 8, not repro on Windows 11 and Android 13.0-API33 with below Project: TestCharacterSpacing.zip
Description
When using an
Entry
withCharacterSpacing
specified and clearing all the text (using backspace) in an entry I found out that when typing text back theCharacterSpacing
it seems that it is not correct anymore (like it is set to0
).Steps to Reproduce
Link to public reproduction project repository
https://github.com/mattiascibien/TestCharacterSpacing
Version with bug
7.0.92
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15.X
Did you find any workaround?
Adding this code should suffice and does not incur in problems with rendering
Relevant log output
No response