Description: Scrolling of transparent page doesn't work in View View because of missing update of the background, resulting e.g. "black drawing". Steps to Reproduce: 1. Open the test document with transparent page and Web View. 2. Scroll the page. Actual Results: Black "drawing". Expected Results: Text scrolling. Reproducible: Always User Profile Reset: No Additional Info: Regression of LibreOffice.
Created attachment 207170 [details] transparent_page_in_Web_View.odt: test document
Created attachment 207171 [details] screenshot
Regression introduced in https://git.libreoffice.org/core/+/65a56636a68451d15499a37c2d5bd9efb71b1279 commit 65a56636a68451d15499a37c2d5bd9efb71b1279 [log] author Michael Stahl <mstahl@redhat.com> Tue Apr 14 10:37:01 2015 +0200 committer Michael Stahl <mstahl@redhat.com> Tue Apr 14 17:29:36 2015 +0200 tree df5dffc97a9ff34535eb2d0fefd6b02c3d2ea5d4 parent c31d87b525dd974e018892c98aed4fdb893c3469 [diff] tdf#88337 tdf#89193: sw: add missing SwXPageStyle properties Updated version to earliest found: Version: 4.5.0.0.alpha0+ Build ID: 65a56636a68451d15499a37c2d5bd9efb71b1279 Locale: en_US Bisected with: bibisect-win32-5.0 May be related to bug 98598
László Németh committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/df0f3bebee23307f4ff811bb60818c6428382019 tdf#98598 tdf#172186 sw: fix Web View with transparent page It will be available in 26.8.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.
In the case of transparent page background, now Web View (and Draft View) paint the margin area, solving this issue (transparent background color) and Bug 98598 (transparent background image). @Rawleyl: Thanks for your feedback! Fortunately the fix for the transparent page background color worked for the transparent page background image, too.