View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002781 | NoesisGUI | Studio | public | 2023-10-28 02:41 | 2025-04-02 11:11 |
| Reporter | maherne | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | Studio_Alpha | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0002781: TextBlock Text property does not return the correct value when there are Run Text property bindings | ||||
| Description | When a TextBlock contains a Run that has a binding in it's Text property, the parent TextBlock Text DP will not return the binding output value in it's text until the Inlines collection has been modified. | ||||
| Steps To Reproduce | <TextBlock TextWrapping="Wrap" Width="365" Height="206" Margin="622,200,489,0" FontSize="18"> In the example above, if the value of SomeProperty is "Binding", then calling GetText on the TextBlock will return "BeforeAfter", instead of the correct value "BeforeBindingAfter". Updating the Inlines collection, e.g. by adding or removing an Inline, will cause GetText to return the correct value "BeforeBindingAfter". | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-10-28 02:41 | maherne | New Issue | |
| 2023-10-30 13:11 | jsantos | Target Version | => Studio_Alpha |
| 2023-11-21 17:48 | sfernandez | Product Version | Studio_Alpha => |
| 2024-02-12 11:30 | sfernandez | Assigned To | => sfernandez |
| 2024-02-12 11:30 | sfernandez | Status | new => assigned |
| 2025-04-02 11:11 | sfernandez | Product Version | => Studio_Alpha |
| 2025-04-02 11:11 | sfernandez | Target Version | Studio_Alpha => Studio_Beta |