I have the problem that a simple JavaScript comparision is not working.
I have no idea why it jumps into line 12302 and sets showNoDataText = true
.
The condition should be false
because the array length of 285
is less than 1
. The values of boolValue
is set correctly (=false)
.
But somehow it is not working. I have tried ==
and ===
for comparison and also 'if (boolValue) {...}'
already.
Does someone have an idea, please?
I use the newest version of Mozilla Firefox. It is also not working in Internet Explorer 11.
Remark: Please don't answer anymore, problem is solved already. Alexis provided the correct answer. Many thanks!
Problem is described here: Firefox debugger jumps from an if-block directly to an else-block