powercat-creator-kit icon indicating copy to clipboard operation
powercat-creator-kit copied to clipboard

[BUG]: Indicator Column Borders Color not Honored

Open sperry1625 opened this issue 1 year ago • 5 comments

Describe the bug Setting ColTagBorderColorColumn for an Indicator Tag column Does not set the border color.

To Reproduce Steps to reproduce the behavior:

  1. Add column to dataset that holds the border color (ex. "rgba( 189, 0, 0, 1 )") Call it "MaintBorderColor"
  2. Add ColTabBorcerColorColumn to columns_Items dataset for a column.
  3. Set that column ColCellType to "indicatortag"

Expected behavior Border color to change to color specified in data column, rgba( 189, 0, 0, 1 ).

Screenshots image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Edge
  • Version: Version 104.0.1293.54 (Official build) (64-bit)

Additional context The color I am trying to set varies based on the row state, sometimes invisible. I tried rgb( 0, 0, 0, 0 ) to remove the border, it works on the tag column type, but seems to have no effect on the indicatortag column type. No color I select changes the Border color.

sperry1625 avatar Aug 17 '22 18:08 sperry1625

The ColTagColorColumn changes the color for the indicator in front of the cell content. For the Tag cell type it sets the background color for the bounding box around the content. Is there a separate property for setting the background for an Indicator Tag cell? Can the bounding box be removed all together and just leave the indicator?

Should this move from a Bug to a Feature request?

Regards,

Steven

sperry1625 avatar Aug 18 '22 13:08 sperry1625

Hi @sperry1625 - Thank you for the additional info. You are right that the Tag cell type doesn't have a background color - it only has the indicator circle color. If ColTagBorderColorColumn could be used to define the border color - it could be set to transparent to hide it. Would this work for you?

scottdurow avatar Aug 18 '22 16:08 scottdurow

Partly. See below screenshots.

image

And

image

sperry1625 avatar Aug 18 '22 16:08 sperry1625