Completed
Last Updated: 19 Oct 2018 13:21 by ADMIN
ADMIN
Martin
Created on: 25 Oct 2017 14:12
Category: ExpressionEditor
Type: Bug Report
2
RadExpressionEditor: Incorrect order of operations when brackets are used
Incorrect order of operations when brackets are used.

Write 4*(3*2) + 1 in the code editor 

observed result: in the result preview the result is 28

expected result: the result should be 25

Workaround is to add brackets on every operation:
 (4*(3*2)) + 1
3 comments
ADMIN
Ralitsa
Posted on: 19 Oct 2018 13:20
Hi,

On 22 October 2018 (Monday), we are uploading our next LIB version (2018.3.1022) where the fix will be included.

Best regards,
Ralitsa Kumanovas
ADMIN
Sia
Posted on: 20 Mar 2018 16:10
Hello,

We have increased the priority of this issue and will be providing a fix as soon as possible.. However we cannot commit a specific time-frame for fixing it. You will be notified when there is a change in its status.

Regards,
Sia
Nathaniel
Posted on: 25 Oct 2017 14:36
Lets get this fixed ASAP.