View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002558 | NoesisGUI | VSCode | public | 2023-04-04 13:11 | 2023-05-02 13:32 |
Reporter | maherne | Assigned To | maherne | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Product Version | 3.2.0 | ||||
Target Version | 3.2.1 | ||||
Summary | 0002558: The color picker decorator does not show when the value is empty | ||||
Description | For example, in this snippet, the first GradientStop will not have a color picker, and the second will:<Ellipse Width="300" Height="300" Margin="5" Stroke="Coral" > <Ellipse.Fill> <RadialGradientBrush> <GradientStop Color="" Offset="0"/> <GradientStop Color="Blue" Offset="1"/> </RadialGradientBrush> </Ellipse.Fill> </Ellipse> | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-04-04 13:11 | maherne | New Issue | |
2023-04-04 13:11 | maherne | Assigned To | => maherne |
2023-04-04 13:11 | maherne | Status | new => assigned |
2023-04-04 13:11 | maherne | Target Version | => 3.2.1 |
2023-05-02 13:32 | maherne | Status | assigned => resolved |
2023-05-02 13:32 | maherne | Resolution | open => not fixable |
2023-05-02 13:32 | maherne | Note Added: 0008464 |