I just found the reason. It's due to float precision issues. You can also achieve that bug by typing 0.1+0.2 which gives 0.3000000000000004 and the display doesn't show the 0.3 on the left.
Thanks, I'll try to fix that.