Description: In 7.2.1, and using the KF5 VCL on Wayland, button popus don't open (or rather close immediately, making them unusable). Like bug 144037, this is a regression from 9dcf5816c90e9819861332f11e014ef7b78e2fe7, but a1a83b6b3b4459de353e0cdc8cdf402370c0a5c4 does NOT fix this. Steps to Reproduce: 1.Open Writer on Wayland with the KF5 VCL 2. Try to insert a table via the toolbar button Actual Results: Button popup disappears Expected Results: Button popup opens and can be used Reproducible: Always User Profile Reset: Yes OpenGL enabled: Yes Additional Info: Version: 7.2.1.2 / LibreOffice Community Build ID: 20(Build:2) CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+wayland) Locale: es-ES (es_ES.UTF-8); UI: es-ES 7.2.1-2 Calc: threaded
Yeah, they are rather wonky: they do open upon the second click, but are not placed below their parent element. Arch Linux 64-bit Version: 7.3.0.0.alpha0+ / LibreOffice Community Build ID: 88a6ac9f75a4375b72111af5a3e004bef4226455 CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+wayland) Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: threaded Built on 15 September 2021
In kwin it doesn't open at all, no matter how many times I click.
(In reply to Antonio Rojas from comment #2) > In kwin it doesn't open at all, no matter how many times I click. It does for me, just not for you.
(In reply to Buovjaga from comment #1) > Yeah, they are rather wonky: they do open upon the second click, but are not > placed below their parent element. That's what I get as well w/ current master in a Plasma Wayland session on Debian testing (plasma-desktop 4:5.21.5-2, kwin-wayland 4:5.21.5-2).
Jan-Marek Glogowski committed a patch related to this issue. It has been pushed to "libreoffice-7-2": https://git.libreoffice.org/core/commit/a928bab9fb68ff8fe45aca212b3c794799db31f6 tdf#144585 Qt5 restore old VCL popup handling It will be available in 7.2.3. 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.
Fixed by reverting the involved commits on the 7-2 branch for now. Let's leave this bug report open until there's a fix on the master branch, too.
Jan-Marek Glogowski committed a patch related to this issue. It has been pushed to "libreoffice-7-2-2": https://git.libreoffice.org/core/commit/dac5a26ae1108d9ad29e09a800601247fe8c50d6 tdf#144585 Qt5 restore old VCL popup handling It will be available in 7.2.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.
This is fixed in the 7-2 branch, but issue still exists on master (Wayland-only). Reopening the ticket, s.a. discussion in tdf#144037. @Jan-Marek: Do you think it makes sense to revert the corresponding commits for master as well for now, until a better solution has been found?
*** Bug 144993 has been marked as a duplicate of this bug. ***
*** Bug 146942 has been marked as a duplicate of this bug. ***
With kde plasma 5.24 and libre office 7.3.0.3 (up to date arch install) this is still happening. It is the only shows topper bug I have encountered here when using kde & wayland (with any application).
Same problem using Debian kde 5.23.5 with wayland. My libreoffice version is 7.3.1. A temporary solution is to set the environment variable QT_QPA_PLATFORM=xcb before running libreoffice. So the command is QT_QPA_PLATFORM=xcb libreoffice. And this will make the program work just fine. Anyway hope the developer fix the issue soon.
*** Bug 147172 has been marked as a duplicate of this bug. ***
*** Bug 147534 has been marked as a duplicate of this bug. ***
The same problem here on Arch Linux with KDE Plasma 5.2.4 Wayland session. Since libreOffice-fresh version 7.3.x the drop-down list controls doesn't respond to mouse or keyboard input (list doesn't drop down). Libreoffice-still version 7.2.3 the drop-down list controls work, but this older version got the tiny toolbar problem.
Confirm issue on Arch using Wayland. Xcb is a not great workaround; at least for me on 4k monitor, it looks pretty icky. Fonts render quite poorly. Packages provided by Arch repo: Version: 7.3.0.3 / LibreOffice Community Build ID: 30(Build:3) CPU threads: 8; OS: Linux 5.17; UI render: default; VCL: kf5 (cairo+wayland) Locale: en-US (en_US.UTF-8); UI: en-US 7.3.0-5 Calc: threaded qt5-base 5.15.2+kde+r301-1 lasma-desktop 5.24.1-1
Can confirm still exist in Version: 7.3.0.3 / LibreOffice Community Build ID: 30(Build:3) CPU threads: 8; OS: Linux 5.16; UI render: default; VCL: kf5 (cairo+wayland) Locale: en-CA (en_CA.UTF-8); UI: en-US 7.3.0-6 Calc: threaded
Same on Version: 7.3.0.3 / LibreOffice Community Build ID: 30(Build:3) CPU threads: 4; OS: Linux 5.16; UI render: default; VCL: kf5 (cairo+wayland) Locale: es-ES (es_ES.UTF-8); UI: es-ES 7.3.0-7 Calc: threaded
*** Bug 147745 has been marked as a duplicate of this bug. ***
(In reply to GeneC from comment #16) > Xcb is a not great workaround; at least for me on 4k monitor, it looks > pretty icky. Fonts render quite poorly. Another option is to use the more mature gtk3 VCL plugin by setting environment variable SAL_USE_VCLPLUGIN=gtk3
Seems that SAL_USE_VCLPLUGIN=gtk3 doesn't understand HiDpi (4k) monitor and creates very large window with giant fonts. I tried using it together with GDK_DPI_SCALE=2.0 and SAL_FORCEDPI=200 but neither has any effect on the crazy large window. Be nice if this menu bug could be fixed
*** Bug 147957 has been marked as a duplicate of this bug. ***
*** Bug 147832 has been marked as a duplicate of this bug. ***
*** Bug 147888 has been marked as a duplicate of this bug. ***
*** Bug 148222 has been marked as a duplicate of this bug. ***
Jan-Marek Glogowski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/fbf739198aa7f02975d531521c6525073783c7f1 tdf#144585 Qt fix Wayland LO fake popups It will be available in 7.4.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.
Jan-Marek Glogowski committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/c309ddb6d9cd61f3024ffeee33fce1a0e173d9cc tdf#144585 Qt fix Wayland LO fake popups It will be available in 7.3.3. 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.
*** Bug 147777 has been marked as a duplicate of this bug. ***
Verified, thanks
confirm that the daily 7.3.3 is fixed. thank you!
*** Bug 148562 has been marked as a duplicate of this bug. ***
if i understand correctly, a fix has been but into place in master and should be in the daily builds, but i had tried (yesterday) a appimage named "LibreOfficeDev-7.4.0.0.alpha0_2022-01-23-x86_64.AppImage" which should have been based on the latest master, but the problem still occurred for me, the appimage is from https://libreoffice.soluzioniopen.com/daily-version/ (which i were linked to from https://www.libreoffice.org/download/appimage/ for daily appimage builds) Appimage information: Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: 465c3ad95059f0efa13c8027f7383c4d20a5b2ff CPU threads: 8; OS: Linux 5.16; UI render: default; VCL: kf5 (cairo+wayland) Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
(In reply to hasezoey from comment #33) > if i understand correctly, a fix has been but into place in master and > should be in the daily builds, but i had tried (yesterday) a appimage named > "LibreOfficeDev-7.4.0.0.alpha0_2022-01-23-x86_64.AppImage" which should have > been based on the latest master, but the problem still occurred for me, the > appimage is from https://libreoffice.soluzioniopen.com/daily-version/ (which > i were linked to from https://www.libreoffice.org/download/appimage/ for > daily appimage builds) It's not based on the latest master, but from January as you can see from the date: 2022-01-23 Unfortunately the appimage guy has been busy, so has not updated the packages. You can create your own ones: https://wiki.documentfoundation.org/Installing_in_parallel/Linux#Automated_installation
> It's not based on the latest master, but from January as you can see from the date: 2022-01-23 oops, didnt check the actual file name, assumed that what was listed was actually the latest version based on the master branch (i guess i just checked the version), sorry for the confusion
*** Bug 148765 has been marked as a duplicate of this bug. ***
can confirm that with the 7.3.3 version in manjaro the issue is fixed
Confirmed that this fixed the issue on KDE Neon on Wayland of duplicated bug https://bugs.documentfoundation.org/show_bug.cgi?id=148765
*** Bug 148090 has been marked as a duplicate of this bug. ***
*** Bug 148047 has been marked as a duplicate of this bug. ***
Very impressive article. I really like the topic you talk about and the information you share is very interesting. https://slitherio.online