| Summary: | Piano template doesn't have designated footer areas in master slide anymore | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Aron Budea <aron.budea> |
| Component: | Impress | Assignee: | Laurent Balland <jumbo4444> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | heiko.tietze, jumbo4444, kainz.a, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 7.0.0.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=132138 | ||
| Whiteboard: | target:7.5.0 target:7.4.0.2 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103314 | ||
| Attachments: |
Modified template to test
Modified styles.xml for the template |
||
|
Description
Aron Budea
2022-06-25 01:07:28 UTC
Plus, the fields use Automatic which cannot take the background image into account. So the page number, for example, is black on black. In styles.xml [1], footer frames are missing their presentation:class attributes: - presentation:class="date-time" line 816 - presentation:class="footer" line 825 - presentation:class="page-number" line 834 [1] https://opengrok.libreoffice.org/xref/core/extras/source/templates/presnt/Piano/styles.xml?r=ce19b1af#816 (In reply to Heiko Tietze from comment #1) > Plus, the fields use Automatic which cannot take the background image into > account. So the page number, for example, is black on black. Add some grey color to the footer on second slide Created attachment 181229 [details]
Modified template to test
This template will replace previous Piano template if it is ok
Please test the template in attachment if it meets your needs Created attachment 181230 [details]
Modified styles.xml for the template
Laurent BP committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/cae349e4770862b36176b601d7d572844c215d4f tdf#149723 Fix Piano Impress template It will be available in 7.5.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. Same problem with many other templates. I need more time to investigate. Laurent BP committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/a1ee991d655d18c0e0e7f0c093ac50cb1e6d5825 tdf#149723 Fix Piano Impress template It will be available in 7.4.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. Same bug with Beehive and Blue_Curve templates. Fix proposed: https://gerrit.libreoffice.org/c/core/+/137088 Laurent BP committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/80e94899d2254a345f7c73804bffe5d5e008f8ad tdf#149723 Fix footer of Beehive and Blue_Curve It will be available in 7.5.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. Laurent BP committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/5eeb691ceca2b38c682ff53ce85b0dbef072e790 tdf#149723 Fix footer of Beehive and Blue_Curve It will be available in 7.4.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. |