View Issue Details

IDProjectCategoryView StatusLast Update
0002558NoesisGUIVSCodepublic2023-05-02 13:32
Reportermaherne Assigned Tomaherne  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionnot fixable 
Product Version3.2.0 
Target Version3.2.1 
Summary0002558: The color picker decorator does not show when the value is empty
DescriptionFor 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>
TagsNo tags attached.
PlatformAny

Activities

maherne

maherne

2023-05-02 13:32

developer   ~0008464

VSCode does not support showing the color picker for empty values.

Issue History

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