Description: Insert Gallery Shapes Verticall Sroll causes yellow page Steps to Reproduce: 1. Open Impress 2. Sidebar -> Gallery 3. Shapes folder -> Verticall Sroll Actual Results: Page yellow Expected Results: - Only picture -No type Reproducible: Always User Profile Reset: No Additional Info: Version: 7.1.0.0.alpha0+ (x64) Build ID: c48e4d795e37f23b71d647247590807ab9e52223 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 sure what you mean. Please add a screenshot of the problem
Created attachment 163934 [details] Screencast
[Automated Action] NeedInfo-To-Unconfirmed
LOL, reproduced in Version: 7.1.0.0.alpha0+ Build ID: 76c40b82e6a44539cd43f326c00246e759449571 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
Created attachment 163975 [details] sample file
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=ebd391767d70903e6a4ea7e213f475af94e183ec author Mike Kaganski <mike.kaganski@collabora.com> 2020-05-23 19:54:14 +0300 committer Mike Kaganski <mike.kaganski@collabora.com> 2020-05-24 07:25:07 +0200 commit ebd391767d70903e6a4ea7e213f475af94e183ec (patch) tree 45528ea8619cf1a6786f8158f8f8d957a1c00223 parent 0e5e935deb0527c64865cfcc53a0421e56b74b6f (diff) tdf#101181: drop useless "GlowEffect" boolean property Bisected with: bibisect-linux64-7.0 Adding Cc: to Mike Kaganski
I don't see how a gallery element created using a pre-aplha LibreOffice with unfinished feature implementation, where author obviously played with the feature, may be considered a regression. I don't know how galleries are generated in LO. The "Vertical-Scroll" element in question has this: <style:graphic-properties draw:stroke="solid" ... draw:shadow-color="#ffff00" loext:glow="hidden" loext:glow-radius="25.4cm" loext:glow-color="#ffff00"/> I can't find this grepping the code for "loext:glow", so likely we use some blobs? So they need fixed (and in the future, not use unstable builds to generate the data to be included in releases).
I will have a look into this bug, cause I did the gallery. I saw in the sidebar that there is a new glow feature but didn't use it (only cause of a mistake maybe). Thanks for the glow feature I hope I can use it for the gallery items soon. Now that it was working well.
@Off-topic (In reply to Mike Kaganski from comment #7) > I don't see how a gallery element created using a pre-aplha LibreOffice with > unfinished feature implementation, where author obviously played with the > feature, may be considered a regression. DEVS tend to react as stung by a wasp if it comes to the regression keyword I noticed. Even starting arguments on that with QA :-). Simply remove the regression keyword if not applicable or change it implementation error might to the trick Developers are better equipped to make that assessment. Of course some motivation would be nice.. There should ideally be to types of regressions.. From user perspective & from DEV perspective. A functionality regression even if technically not a regression is still a regression in some way, IMHO
Thanks Telesto, it was my fault so I will fix it asap. It's very easy to fix.
Reproduced in 7.0.0.1 Windows x64 by manually following the steps above. --- Steps to Reproduce: 1. Open Impress 2. Sidebar -> Gallery 3. Shapes folder -> Vertical Scroll
Sorry, 7.0.0.3
andreas kainz committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/07608123b9e989667e64b4d7af5b9558c3e1acf5 tdf#134583 remove glow effect from verticall scroll gallery item 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.
andreas kainz committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/9c7dd0b7018adad962a235cbcfdddc12d6cda685 tdf#134583 remove glow effect from verticall scroll gallery item 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+ Build ID: e2f4e65a7b8024c00b049eebf0d87637efda7f24 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Andreas K, thanks for fixing this issue!!