armory2d icon indicating copy to clipboard operation
armory2d copied to clipboard

[BUG] Color sliders cannot equal 1.0 if other color slider is already that value

Open rpaladin opened this issue 1 year ago • 0 comments

Disclaimer: I'm not sure if this issue is actually caused by Armory2D or Armory UI, so feel free to move this issue to that repository if need be.

How to reproduce the issue:

  1. Open an Armory Canvas in the Armory2D Editor.
  2. Select an element that supports color.
  3. Enter 1.0 for one of the R.G.B color sliders.
  4. Then attempt to set any of the other color slides to equal 1.0 too, either by click-dragging the slider or by manually inputting the value.

The expected buggy behavior is that any other colors cannot equal 1.0 if there is at least 1 other color slider value already set to that value.

The alpha slider works fine though.

image

Special thanks to @ knowledgenude for confirming the issue too.


Issue possibly related to: https://github.com/armory3d/zui/issues/159

rpaladin avatar Feb 19 '23 22:02 rpaladin