View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002856 | NoesisGUI | C++ SDK | public | 2023-11-21 17:26 | 2024-01-25 20:29 |
| Reporter | maherne | Assigned To | jsantos | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.2.2 | ||||
| Target Version | 3.2.3 | Fixed in Version | 3.2.3 | ||
| Summary | 0002856: TextBlock and ShapingFull have different behaviour for handling empty InlineUIContainers | ||||
| Description | InlineUIContainers, when empty, are stored as spaces in the TextBlock::TextProperty, but are entirely ignored in ShapingFull. In ShapingFull::ShapeRuns, an InlineUIContainer with a child it is included in the const TextRun* runs parameter, with TextRun::Type Image. If an InlineUIContainer has no child then runs does not contain an entry for the InlineUIContainer. | ||||
| Steps To Reproduce | <TextBlock><InlineUIContainer/><InlineUIContainer><Button Width="100" Height="100"/></InlineUIContainer></TextBlock> | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-11-21 17:26 | maherne | New Issue | |
| 2023-11-21 23:06 | jsantos | Assigned To | => jsantos |
| 2023-11-21 23:06 | jsantos | Status | new => assigned |
| 2023-11-21 23:06 | jsantos | Product Version | 3.2.3 => 3.2.2 |
| 2023-11-21 23:06 | jsantos | Target Version | => 3.2.3 |
| 2024-01-22 11:47 | sfernandez | Target Version | 3.2.3 => 3.2.4 |
| 2024-01-22 11:53 | jsantos | Target Version | 3.2.4 => 3.2.3 |
| 2024-01-25 20:29 | jsantos | Status | assigned => resolved |
| 2024-01-25 20:29 | jsantos | Resolution | open => fixed |
| 2024-01-25 20:29 | jsantos | Fixed in Version | => 3.2.3 |