| Summary: | Visual artifacts when scrolling in Tools > Options > LibreOffice > Paths dialog | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Ming Hua <ming.v.hua> |
| Component: | LibreOffice | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | minor | CC: | aron.budea, caolan.mcnamara, miguelangelrv, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.4.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.1.0 target:7.0.0.1 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | Screenshot of the header buttons after scrolling | ||
|
Description
Ming Hua
2020-01-07 11:43:58 UTC
Thank you for reporting the bug. I can confirm the bug present in Version: 6.4.0.0.alpha1+ (x86) Build ID: ec7374ff84c71edfbb30d6e4dc5b486b6df7107f CPU threads: 2; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2019-11-10_21:37:30 Locale: en-US (en_US); UI-Language: en-US Calc: threaded But, not in LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4 Repro Version: 6.4.0.1 (x64) Build ID: 1b6477b31f0334bd8620a96f0aeeb449b587be9f CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: GL; VCL: win; Locale: es-ES (es_ES); UI-Language: en-US Calc: Less visible with OpenGL enable. It can also be reproduced in Linux with gen VCL plugin. This is actually a regression from the following commit, there are no artifacts before that (I noticed a bit of flickering, but that is probably not relevant). Adding CC: to Caolán McNamara. https://cgit.freedesktop.org/libreoffice/core/commit/?id=3f738d8f9e5c448ddf352a8e10e6c619dde7d87d author Caolán McNamara <caolanm@redhat.com> 2019-08-01 11:50:08 +0100 committer Caolán McNamara <caolanm@redhat.com> 2019-08-01 15:20:29 +0200 weld SvxPathTabPage I feel its a preexisting scroll+invalidate bug which didn't matter until we began using the headerbar in a different way Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/bff76e27eba1e496838f3673c3cea43fd535b7c7 tdf#129856 invalidate old internal border if we scroll It will be available in 7.1.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/6250b2bebfc8179e1c618dc79a9b74c8efe06629 tdf#129856 invalidate old internal border if we scroll It will be available in 7.0.0.1. 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. fixed in master and 7-0 Verified in Version: 7.1.0.0.alpha0+ Build ID: 11d21b3c1f7754b5d13ae9ea88da562ec74366ff CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: x11 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Caolán, thanks for fixing this issue! |