Description: Incorrect formula display Binary operators get into the limits. Does not happen with _ ^. Does not happen with csub csub ... Example: sum from a to b = 5 ff Actual Results: Incorrectly interpreted Expected Results: Correctly interpreted Reproducible: Always User Profile Reset: No Additional Info: Interpret correctly
Note, the introduced code should give an error.
Thank you for reporting the bug. Could you please try to reproduce it with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ? I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
> Could you please try to reproduce it with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ? Yes. Since I reported this some time has passed. In the meanwhile I did dig the code and found out it actually is a feature. It's made in purpose, but don't actually know why. So I'm not sure any more.
Hi Dante, I guess this happens because the "=" sign is a binary operator that forces both sides to be together. This is why the "b = 5" appears at the top of the sum operator. Indeed you're right. This is a "feature" of the language used by LO Math. I don't know where you were trying to get at with "sum from a to b = 5 ff", but maybe you would need to enclose some portions of the formula using "{" and "}". Something like this: {sum from a to b {}} = {5 ff} I'll close this as NOTABUG for now. If you have a different opinion, please reopen it.