Created attachment 123695 [details] Two monitos enable SUMMARY Menu does not show in right place with multiple monitors. It shows right when I use one monitor. STEPS TO REPRODUCE 1. Click bottom menu, when you use two monitors (hdpi) 2. 3. OBSERVED RESULT Menu is shown too far to the left EXPECTED RESULT Menu is shown near to the bottom SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION Operating System: Arch Linux KDE Plasma Version: 5.17.2 KDE Frameworks Version: 5.63.0 Qt Version: 5.13.2 Kernel Version: 5.3.8-arch1-1 OS Type: 64-bit
Created attachment 123696 [details] One monitor enable
Thank you for reporting this crash in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the crash with a recent software version? If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!
I still see this on latest wayland in git
*** Bug 444085 has been marked as a duplicate of this bug. ***
*** Bug 451168 has been marked as a duplicate of this bug. ***
*** Bug 448224 has been marked as a duplicate of this bug. ***
*** Bug 466505 has been marked as a duplicate of this bug. ***
*** Bug 448498 has been marked as a duplicate of this bug. ***
Doe anyone know where I can look for the menu positioning code?
*** Bug 494460 has been marked as a duplicate of this bug. ***
*** Bug 498114 has been marked as a duplicate of this bug. ***
Still present in Plasma 6.2.4, Qt 6.8.1, KDE Frameworks 6.9.0
(In reply to Edward Kigwana from comment #11) > Doe anyone know where I can look for the menu positioning code? In 'src/window.cpp' there is: ``` void Window::showApplicationMenu(int actionId) { if (isDecorated()) { decoration()->showApplicationMenu(actionId); } else { // we don't know where the application menu button will be, show it in the top left corner instead Workspace::self()->showApplicationMenu(QRect(), this, actionId); } } ``` The comment and the positioning at a default-initialized position seem to perhaps be related?
Has anyone tested the proposed solution ?
Is anyone still seeing this in Plasma 6.6.3 or later?
(In reply to TraceyC from comment #17) > Is anyone still seeing this in Plasma 6.6.3 or later? Yes, I still see it. My arrangement is shown below: [ A - 1920 x 1080][ B - 1920 x 1080] [C - 1920 x 1080][ D - 3840 x 2160 ][ E - 3840 x 2160 ] When an application is stretch across A & B or D & E, activating a menu on the right side causes the menu to pop up on the left side monitor. This applies for context menu and menu bar activation :(
Created attachment 191347 [details] menu position bug Notice the okular application is not stretched all the way to the right edge. Okular works as expected when stretched all the way but kdevelop does not. So a mixed bag. I expect the menu to show up where I clicked and transposed left, right, up, or down be visible not warped to the other side.
Well darn. Thanks for confirming, and for the screenshots.
In the first video, Dolphin is open. Clicking on the menu icon, on the right, brings up the menus on the left hand side I am able to reproduce this on Dolphin and Plasma built from git-master. For me, the menus appear to the right and in the middle of the Dolphin window, as opposed to underneath the icon menu I also see the flicker evidenced in the video when clicking on the menu icon. In the screenshot, Okular is shown. Clicking on the Highlight icon on the right side of the toolbar brings up the menu in the middle of the window, under the pager This I am not able to reproduce.