| Summary: | No page color after selecting and applying one - MacOS | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Telesto <telesto> |
| Component: | Writer | Assignee: | Armin Le Grand <Armin.Le.Grand> |
| Status: | VERIFIED FIXED | ||
| Severity: | major | CC: | Armin.Le.Grand, dgp-mail, grch, tml, xiscofauli |
| Priority: | high | Keywords: | bibisected, bisected, regression |
| Version: | 6.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | macOS (All) | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=120321 https://bugs.documentfoundation.org/show_bug.cgi?id=120541 |
||
| Whiteboard: | target:6.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 121235 | ||
|
Description
Telesto
2018-10-01 20:10:04 UTC
Can't confirm with Win10 Version: 6.2.0.0.alpha0+ (x64) Build ID: 48cfa0b00b22f11ade53aec79b2fdddad253e1bd CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; TinderBox: Win-x86_64@42, Branch:master, Time: 2018-10-03_02:01:42 Locale: en-US (de_DE); Calc: CL Confirming with Version: 6.2.0.0.alpha0+ Build ID: 030181b37d2b7edd7cab20ceb7736e575186f99b CPU threads: 4; OS: Mac OS X 10.13.6; UI render: default; Locale: fr-FR (fr_FR.UTF-8); Calc: threaded Works correctly in Version: 6.1.2.1 Build ID: 65905a128db06ba48db947242809d14d3f9a93fe Threads CPU : 4; OS : Mac OS X 10.13.6; UI Render : par défaut; Locale : fr-FR (fr_FR.UTF-8); Calc: group threaded I can't reproduce it in Version: 6.2.0.0.alpha0+ Build ID: 3d39dad6d93c979ac64244ecb9acfbd8a5fbd6c6 CPU threads: 8; OS: Mac OS X 10.13.6; UI render: default; Locale: en-US (en_ES.UTF-8); Calc: threaded Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=7034311dce663c895577267110baadbec312d491 author Armin Le Grand <Armin.Le.Grand@cib.de> 2018-09-06 18:15:02 +0200 committer Armin Le Grand <Armin.Le.Grand@cib.de> 2018-09-13 08:49:35 +0200 commit 7034311dce663c895577267110baadbec312d491 (patch) tree 8c1d712cbfb1b15dc492e6e724b6b22892914249 parent d92b0efe58b77247e1e5292c1a989baa934df797 (diff) Support buffering SystemDependent GraphicData (II) Bisected with: bibisect-mac64-6.2 Adding Cc: to Armin Le Grand (In reply to Xisco Faulí from comment #5) > Regression introduced by: > > https://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=7034311dce663c895577267110baadbec312d491 > How did that get pushed to 6.1.x ? (In reply to Alex Thurgood from comment #6) > How did that get pushed to 6.1.x ? Please ignore wrong bug report. Found a potential error in AquaSalGraphics::drawPolyPolygon: I changed to transform the given basegfx::B2DPolyPolygon (using aPolyPolygon), but still rPolyPolygon was used in AddPolygonToPath - an error of course. Sorry, looks like an overseen change when adapting that code - never safe to not forget something :-( Will add this to gerrit maybe already fixes most mac stuff. Tha error indeed paints the wrong PolyPolygon on mac when the transformation is used.. Change on gerrit: https://gerrit.libreoffice.org/#/c/63104/ *** Bug 121250 has been marked as a duplicate of this bug. *** *** Bug 120986 has been marked as a duplicate of this bug. *** *** Bug 120541 has been marked as a duplicate of this bug. *** *** Bug 120321 has been marked as a duplicate of this bug. *** *** Bug 121234 has been marked as a duplicate of this bug. *** Armin Le Grand committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/7e0bfbd763fec8640b4c6e34abf86d5bca12466b%5E%21 tdf#120252 use the already transformed PolyPolygon It will be available in 6.2.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. A polite ping to Armin Le Grand: Is this bug fixed? if so, could you please close it as RESOLVED FIXED ? Otherwise, Could you please explain what's missing? Thanks Verified in Version: 6.2.0.0.alpha1+ Build ID: afd4f48d164ca72a024159e0c6b7a49147351f64 CPU threads: 8; OS: Mac OS X 10.13.6; UI render: default; VCL: osx; Locale: en-US (en_ES.UTF-8); UI-Language: en-US Calc: threaded @Armin, thanks for fixing this!! |