-
Bug
-
Resolution: Won't Do
-
Critical
-
Kogito Tooling 0.2.10
The issue is when user type value into literal expression cells. User can confirm / finish his operation by pressing 'TAB'. In such case unexpected white characters will be added into the stored cell value.
Reproducer test
https://github.com/kiegroup/kie-wb-common/pull/3228
The currently will fail because of the part /dmn:text[text()='3']. If that part is updated to /dmn:text[text()='3 '] the test pass. This shows three white characters are unexpectedly stored.