View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002039 | NoesisGUI | C++ SDK | public | 2021-06-03 11:29 | 2021-06-03 11:30 |
| Reporter | sfernandez | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.0.12 | ||||
| Target Version | 3.1 | ||||
| Summary | 0002039: Visual descendant bounds not correctly calculated when involves clipping | ||||
| Description | In WPF elements that have clipping (for any reason) the descendant bounds is calculated ignoring that clipping. For example, this rectangle will have a descendant bounds of (0;0;400;1000). <Rectangle x:Name="child" Fill="Blue" Width="400" Height="1000" Clip="M50,0L250,0 250,100 50,100z"/> But this border will report a descendant bounds of (50;0;200;100): <Border x:Name="parent" Margin="200,100"> | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-06-03 11:29 | sfernandez | New Issue | |
| 2021-06-03 11:29 | sfernandez | Assigned To | => sfernandez |
| 2021-06-03 11:29 | sfernandez | Status | new => assigned |
| 2021-06-03 11:29 | sfernandez | Target Version | => 3.1 |
| 2021-06-03 11:30 | sfernandez | Description Updated | |
| 2021-06-03 11:30 | sfernandez | Description Updated |