[iOS] Double dash converts into a single long dash on after 20584 fix #21561
Labels
area-controls-editor
Editor
platform/iOS 🍎
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
I originally submitted a bug where a double dash in an Entry caused a crash on iOS #20439. It as fixed by #20584 in MAUI 8.0.10.
I believe there is still a bug in that fix unfortunately. The reproduction steps are identical as in the original report.
There is a page (PageN) that hosts an Entry with a Text property set in xaml to double dash.
If you do not tap inside the Entry in step 1 above before visiting PageN then the Entry does correctly reflect double dash (two dashes).
IMG_0021.MOV
Steps to Reproduce
Before visiting the above page you land on another page (PageA) that also hosts an Entry.
Expected result: the Entry reflects the text that was set in xamls above, which is double dash
Actual (bug): The entry reflects a single long dash.
Link to public reproduction project repository
https://github.com/MichaelShapiro/MauiBugs/tree/master/DoubleDashCrash
Version with bug
8.0.10 SR3
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
No response
Did you find any workaround?
no
Relevant log output
No response
The text was updated successfully, but these errors were encountered: