View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001616 | NoesisGUI | Unity | public | 2020-01-13 10:49 | 2026-04-20 18:23 |
| Reporter | Gwynneth | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 2.2.6 | ||||
| Target Version | 3.0 | ||||
| Summary | 0001616: TextDecoration cannot be bound with a ValueConverter specified in the binding | ||||
| Description | Using a TextBlock with a binding to a TextDecoration property will work. If a ValueConverter is specified in the binding it will not and log the error below. Furthermore, TextDecoration only seems to implement Underline and the TextBox does not have the TextDecoration property exposed. I assume that this is by design and has nothing to do with the error? <code> InvalidOperationException: Can't unbox native pointer </code> | ||||
| Steps To Reproduce | Specify XAML, ValueConverter and ViewModel as below. The first TextBlock will show text with underline, the second textblock will not. <code> <code> #if NOESIS namespace Test_TextBlockBinding.UI_Customization.Controls.ValueConverters {
#if NOESIS
} </code> <code> #if NOESIS namespace Test_TextBlockBinding.ViewModels {
} </code> | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-01-13 10:49 | Gwynneth | New Issue | |
| 2020-01-13 10:49 | Gwynneth | Tag Attached: TextDecoration | |
| 2020-01-13 10:49 | Gwynneth | Tag Attached: ValueConverter | |
| 2020-01-13 10:50 | Gwynneth | Steps to Reproduce Updated | |
| 2020-01-16 12:42 | sfernandez | Assigned To | => sfernandez |
| 2020-01-16 12:42 | sfernandez | Status | new => assigned |
| 2020-01-16 12:42 | sfernandez | Target Version | => 3.0.0 |
| 2020-01-16 12:47 | sfernandez | Note Added: 0006076 | |
| 2020-04-21 16:26 | jsantos | Target Version | 3.0.0 => 3.0 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |
| 2026-04-20 18:23 | jsantos | Relationship added | related to 0005004 |