Description: Previews in area bitmap dialog are shrinking after deleting/inserting new items Steps to Reproduce: 1. Open Draw 2. Right Click Properties 3. Background tab -> Bitmap 4. Right click a image -> delete 5. Repeat Actual Results: Dialog of previews shrinks Expected Results: Same size please Reproducible: Always User Profile Reset: No Additional Info: Version: 7.1.0.0.alpha0+ (x64) Build ID: 006c65bbd472cb1d7d44e095714e28190b76be0d CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL
Not in 6.4
Reproduced in: Version: 7.1.0.0.alpha0+ (x64) Build ID: 8fe03ea93213bbb19b6ee9862a3966144f0df5cb CPU szálak: 4; OS: Windows 10.0 Build 17134; Felületmegjelenítés: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: hu-HU Calc: CL
This was good with 7.1 oldest. Bibisected using bibisect-win64-7-1. to: URL: https://cgit.freedesktop.org/libreoffice/core/commit/?id=b31bcdd8322b57dc0cd5b093b8f3e8e59b32c37e author: Caolán McNamara <caolanm@redhat.com> committer: Caolán McNamara <caolanm@redhat.com> summary: Resolves: tdf#132966 flag scrollbar to reformat when QueueReformat called Adding CC: Caolán McNamara
Maybe bug 134420 in the same run? Is about scrolling up after deleting an item
Also reproduced in 7.0.0 Version: 7.0.0.3 (x64) Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e CPU-Threads: 4; BS: Windows 10.0 Build 18362; UI-Render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: threaded
Version: 7.0.0.3 (x64) Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win Locale: en-GB (en_GB); UI: en-GB Calc: threaded Bug also present in Writer (Page style > Area).
Not only does the preview width shrink on importing an image, but also on delting the same image.
… Rectifies on closing and reopening the dialogue.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/325faca502ffca43cf8cbb272fac2516bcb8eb55 tdf#134413 must add scrollbar width on turning it off to occupy the same space 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.
we turn off the scrollbar to get it recalculated, but for themes/backends with a scrollbar we have to increase width temporarily to occupy the same width which will be reduced again if the scrollbar is restored. Fixed in master, backport to 7-0 in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/51c17d2bdb35fdb4ab21a94d3bba40f97dc5c138 tdf#134413 must add scrollbar width on turning it off to occupy the same space It will be available in 7.0.2. 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.
Verified in: Version: 7.1.0.0.alpha0+ (x64) Build ID: abcc4eb907661e07ad850ccce7eb06f129da4286 CPU threads: 4; OS: Windows 10.0 Build 17134; UI render: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: hu-HU Calc: CL @Caolán: Thanks for fixing this issue!