| Summary: | Kerning changes when entering a cell in Calc (for centered text) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Telesto <telesto> |
| Component: | Calc | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | ilmari.lauhakangas, LibreOffice |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 5.4.0.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=103765 https://bugs.documentfoundation.org/show_bug.cgi?id=144862 https://bugs.documentfoundation.org/show_bug.cgi?id=146254 |
||
| Whiteboard: | target:7.4.0 target:7.3.0.0.beta2 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 145962 | ||
| Attachments: |
Example file
Screencast Bibisect log |
||
|
Description
Telesto
2021-11-28 15:58:07 UTC
Created attachment 176555 [details]
Example file
Created attachment 176573 [details]
Screencast
REPRODUCIBLE, for me the effect is related to 'Align Center'; see secreencast!
Created attachment 176587 [details] Bibisect log Bisected to: author Khaled Hosny <khaledhosny@eglug.org> 2016-12-20 01:36:34 +0200 committer Khaled Hosny <khaledhosny@eglug.org> 2016-12-20 05:14:25 +0000 commit 9eb4b14ffa57cd7bbdf0fc43096f5f1e65c8e388 (patch) tree 535d14ede1db48f0c1651b27f0ebd78579819b47 parent 2e9c02feca732f6dd012ccbe5d7c6853c64075a5 (diff) tdf#103765: Round positions instead of truncating https://cgit.freedesktop.org/libreoffice/core/commit/?id=9eb4b14ffa57cd7bbdf0fc43096f5f1e65c8e388 vcl/source/outdev/text.cxx using base position for better rounding a.k.a. "dancing characters" in OutputDevice::ImplLayout seems to be a reason this happens commit 1bd5948782dad86141356ebbb4fad37e5181c296 Author: Vladimir Glazounov <vg@openoffice.org> Date: Wed May 28 11:30:40 2003 +0000 ... 2003/05/12 14:44:36 hdu 1.145.4.3: #109377# better rounding for pDXArray, CJK underline position there seems to be a one pixel different in the starting pos from when the editengine is "active" and when it's not which results in the dancing characters we still see Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3769508f4952ca54cad7e9d33f4113b0d18066c9 tdf#145934 workaround rounding causing 'dancing characters' It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. That makes the kerning stable on entering the cell for me. Done in trunk, backport to 7-3 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/56186db93b7777f7b99a8fbfce82b775e24b7695 tdf#145934 workaround rounding causing 'dancing characters' It will be available in 7.3.0.0.beta2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. I verify the kerning change is gone. The two bottom lines do move to the left, but that must be some other issue. Arch Linux 64-bit Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: 3769508f4952ca54cad7e9d33f4113b0d18066c9 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb) Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: threaded Built on 15 December 2021 |