Open bug #128206 ‘s attachment #155077 [details] in LO 7.1 and 7.2 master. In 7.1 the rotated text is visible, as on attachment #169073 [details] but in 7.2 it disappears as on attachment #169074 [details] Steps to reproduce: 1. Open attachment #155077 [details] in 7.2 master Actual results: No rotated text visible on the left side shape. Expected results: Text should be visible. LibreOffice details: Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 6ee7a3b2c0565c2871d32d704cb2899445b9f88d CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: en-US (hu_HU); UI: en-US Calc: CL Additional Information: Bibisected using bibisect-win64-7.2 to: URL: https://cgit.freedesktop.org/libreoffice/core/commit/?id=65e2ef43f186164729e1cc071b805bc1a7125cfe author Miklos Vajna <vmiklos@collabora.com> 2021-01-06 10:23:44 +0100 committer Miklos Vajna <vmiklos@collabora.com> 2021-01-06 12:23:59 +0100 tdf#134288 svx: fix rendering of text on a zero-width shape Adding CC to: Miklos Vajna
confirm in Version: 7.2.0.0.alpha0+ (x64) Build ID: 94f6765d6ecc3145fa2d266231124003cf953118 CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win Locale: ru-RU (ru_RU); UI: en-US Calc: threaded
Repro 7.3+.
comment 0's commit was also backported to 7.1.0.2. A further complication in current master is bug 146876 which has broken the rotation of the shape itself.
This seems to be related to (adjusted to match the current code) + if (!bVerticalWriting && aAnchorRange.getWidth() == 0)
Before it would be lost in the sea of abandoned patches, https://gerrit.libreoffice.org/c/core/+/129424 fixes this problem in practice, it just needs investigation if it's the correct fix + cover it with a test.
The timeline I see: - d0119ff7f2c68aa05286bd303128f3a69c6bbd6a (improve tools::Rectangle->basegfx::B2?Rectangle conversion, 2019-05-06): before this, nothing was visible, so this "started to work" - 65e2ef43f186164729e1cc071b805bc1a7125cfe (tdf#134288 svx: fix rendering of text on a zero-width shape, 2021-01-06): the previous commit had a problem, so I had to tweak the behavior there So this never really worked in a clean way, I think. Adjusting keywords accordingly.
Dear NISZ LibreOffice Team, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
repro 26.2+