View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001942 | NoesisGUI | C# SDK | public | 2021-03-16 00:47 | 2025-08-06 17:29 |
| Reporter | DavidYawCSpeed | Assigned To | sfernandez | ||
| Priority | normal | Severity | tweak | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.0.10 | ||||
| Fixed in Version | 3.2.0 | ||||
| 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 |
Result: Displayed text = "ABC". No errors.
Result: Displayed Text = "ABC". Error on the line that contains the last Run, "' ' is not a valid value for property Run."
(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." | ||||
| 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 | |
| 2021-03-16 00:48 | DavidYawCSpeed | Steps to Reproduce Updated | |
| 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 |
| 2021-05-04 02:41 | jsantos | Target Version | 3.0.12 => 3.0.13 |
| 2025-08-06 17:29 | sfernandez | Status | assigned => resolved |
| 2025-08-06 17:29 | sfernandez | Resolution | open => fixed |
| 2025-08-06 17:29 | sfernandez | Fixed in Version | => 3.2.0 |