| Summary: | Help text is incomplete for cell range examples, e.g. for SUM, PRODUCT etc. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | Documentation | Assignee: | BogdanB <buzea.bogdan> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | buzea.bogdan, olivier.hallot, stephane.guillou |
| Priority: | medium | ||
| Version: | 7.4.0.0 alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=150909 | ||
| Whiteboard: | target:7.5.0 target:7.4.6 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Xisco Faulí
2022-04-22 15:05:15 UTC
@Xisco: thanks for the report. This is a regression. on release 7.3 the page is correct (WRT < and > entities) https://help.libreoffice.org/7.3/en-US/text/swriter/02/14020000.html?DbPAR=WRITER#bm_id3149687 The issue raised in a change in online_transform.xsl from 7.3 to 7.4. Ugly workaround on the same issue https://git.libreoffice.org/help/+/dfa442b3d862539a7b10af5281a080acaef7e73d%5E%21/ Olivier, in my commit I tried to fix some decimals, and so on, many small things. If you can review it... if not, we can consider this bug a duplicate. Xisco, I remove dots from the examples, and I inserted where was missing in the definitions. To be a consequent help page. Olivier, 2 hours after your update on the regression on help (https://gerrit.libreoffice.org/c/help/+/142555) and the help online is not working well. At adition example in the first table I see Example: + 8 Instead of Example: <A1> + 8 https://help.libreoffice.org/latest/en-US/text/swriter/02/14020000.html?DbPAR=WRITER#bm_id3149687 Bogdan B committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/ff13d5c7d7014dde45a7712d96596accdb2209e1 tdf#148727 Correct sum example Still not working. 2 possible reasons: - character for less then should be something else then < and character for greater then should be something else then > - we still have the regression affecting Help Working well in Help 7.5 https://help.libreoffice.org/7.5/en-US/text/swriter/02/14020000.html?DbPAR=WRITER#bm_id3149687 Bad in latest Help https://help.libreoffice.org/7.4/en-US/text/swriter/02/14020000.html?DbPAR=WRITER#bm_id3149687 Users are using 7.4, so consider to keep this bug open until 7.4 gets an update similar to 7.5. Patch sent to 7-4 branch https://gerrit.libreoffice.org/c/help/+/144912 Both 7.4 and 7.5 looks good now. Olivier Hallot committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/help/commit/a4310b27a37912daa02a104bcd8f834f9be66e13 tdf#148727, fix escaped characters Links from comment 9 work well. 7.4.5 was a hotfix release, updating target in status-whiteboard |