My coworker discovered a feature while using a program I had written in Labview. If he place the curser on the data entry of a numeric control, he could increment the value by scrolling with the mouse wheel. However if the numeric control is set up with Data Entry limits, there seems to be a bug.
When setting Data Entry limits to a numeric control to -10 and 10 in this example. Then incrementing the value using the mouse wheel, I would expect the value to stop at 10, but the value goes like this:
0, 1, 2, 3, ..., 9, 10, -10, 0, 1, 2, 3, ...
Same for decrementing:
0, -1, -2, -3, ..., -9, -10, 10, 0, -1, -2, -3, ...
This is in Labview 24.