-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Kogito Tooling 0.28.0
-
False
-
None
-
False
-
-
---
-
---
-
-
setBackroundColor function sets black color (#000000) for non-existent values.
The default value should be white (#FFFFFF).
Function is used from Editor Canvas API. For example, call the following commands in VSCode Developer Tools console:
var canvas = window.frames.canvas; let firstStateId = canvas.getNodeIds()[1]; canvas.setBackgroundColor(firstStateId, "non-existent color") canvas.draw()
- is caused by
-
KOGITO-7999 Stunner - Editor API Canvas/Session/Domain Definitions exposed in JS
- Resolved