View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001942 | NoesisGUI | C# SDK | public | 2021-03-16 00:47 | 2021-03-16 12:45 |
Reporter | DavidYawCSpeed | Assigned To | sfernandez | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 3.0.10 | ||||
Target Version | 3.0.12 | Fixed in Version | |||
Summary | 0001942: Change to XAML whitespace affects TextBlock.Run parsing | ||||
Description | Seen in XamlToy and on C# Windows. Whitespace inside the TextBlock.Inlines element results in an error. I'm listing this as "Tweak" severity because although an error is reported, it actually works properly. | ||||
Steps To Reproduce | <TextBlock> <TextBlock.Inlines> <Run Text="A" /><Run Text="B" /><Run Text="C" /> </TextBlock.Inlines> </TextBlock> Result: Displayed text = "ABC". No errors. ---------------------------------------------------------------- <TextBlock> <TextBlock.Inlines> <Run Text="A" /> <Run Text="B" /> <Run Text="C" /> </TextBlock.Inlines> </TextBlock> Result: Displayed Text = "ABC". Error on the line that contains the last Run, "' ' is not a valid value for property Run." ---------------------------------------------------------------- <TextBlock> <TextBlock.Inlines> <Run Text="A" /><Run Text="B" /> <Run Text="C" /> </TextBlock.Inlines> </TextBlock> (There's a space between the second and third Run elements.) Result: Displayed Text = "ABC". Error on the line that contains the Runs, "' ' is not a valid value for property Run." | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-03-16 00:47 | DavidYawCSpeed | New Issue | |
2021-03-16 00:48 | DavidYawCSpeed | Steps to Reproduce Updated | View Revisions |
2021-03-16 00:48 | DavidYawCSpeed | Steps to Reproduce Updated | View Revisions |
2021-03-16 12:45 | jsantos | Assigned To | => sfernandez |
2021-03-16 12:45 | jsantos | Status | new => assigned |
2021-03-16 12:45 | jsantos | Target Version | => 3.0.12 |