1. Install WollMux.oxt from https://github.com/WollMux/WollMux/releases/tag/RELEASE_18.2.10 2. Install WollMux Config to ~/.wollmux from https://github.com/WollMux/wollmux-config/releases/tag/v18.1.0 3. Open Writer 4. In the Sidebar, select Vorlagen->Formulare->Kurzmitteilung from the "WollMux" Deck -> A new document is opened which has the "Formular" Sidebar Deck open 5. Click on the tab "Unser Zeichen" or "Mit der Bitte um" in the Sidebar Expected: New tab is activated Actual: Sidebar content disappears This works fine with the 'gen' plugin, but not with the 'gtk3' plugin.
Samuel, If you give the window frame a nudge does the content appear? On Windows builds, I have seen big chunks of the UI not repainted and leaving the element frame empty. A little move of the GUI repaints things fully. Against Windows, I'd filed and then closed WMF bug 151153, but I still see it from time to time.
Content doesn't appear even when resizing the Sidebar.
*** Bug 151804 has been marked as a duplicate of this bug. ***
oddly works with wayland backend but not x11
I think the embedded frame that contains the non-native widgets used to backwards compatible support these external sidebar things is updating its geometry to be relative to the screen and it maybe for this case it should be relative to its its container or something of that nature. (move the window to make the sidebar as far left and top on the screen and still be visible and on clicking it should shift downwards and rightwards small enough to still be partially visible). Under wayland because we can't know the position on screen this code path is mostly disabled.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/63e1f94c121a5153c2b9012a7fbc2da3a493a8be Related: tdf#151509 make what the x/y values are more clear 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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b1671feb791178f9c498b0d00a5aad486bccfa03 Related: tdf#151509 trust the crossing position provided by gtk 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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/20d5763b2b56b4e3d7569fe9e5cdad87657f6808 Related: tdf#151509 factor out common block as UpdateGeometryFromEvent 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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/d8856123f72d243b45fe52b7d3dbb87aa35ce0ba Resolves: tdf#151509 don't overwrite geometry for system childs 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.
looks good to me in trunk, backport to 7-4 in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/2d0e324eb9deaf113d63c9ff10d3d017befa665b Resolves: tdf#151509 don't overwrite geometry for system childs It will be available in 7.4.4. 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.