Bug 394819 - Can't activate kickoff menu if mouse at corner of screen
Summary: Can't activate kickoff menu if mouse at corner of screen
Status: RESOLVED DUPLICATE of bug 387775
Alias: None
Product: plasmashell
Classification: Plasma
Component: Panel (show other bugs)
Version: 5.12.5
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-29 05:24 UTC by linnets
Modified: 2018-07-27 08:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
mouse-corner (6.20 KB, image/png)
2018-05-29 05:24 UTC, linnets
Details
1 (7.53 KB, image/png)
2018-05-29 05:37 UTC, linnets
Details
2 (5.70 KB, image/png)
2018-05-29 05:37 UTC, linnets
Details
3 (5.90 KB, image/png)
2018-05-29 05:37 UTC, linnets
Details

Note You need to log in before you can comment on or make changes to this bug.
Description linnets 2018-05-29 05:24:49 UTC
Created attachment 112941 [details]
mouse-corner

My panel is at the bottom of the screen, and the kickoff menu icon is placed on the left-most corner.

If mouse cursor is at the bottom-left corner, I could not activate the menu.

In the screenshot (mouse-corner), the white area is just for showing the mouse cursor, the read lines are screen's border.
Comment 1 linnets 2018-05-29 05:36:39 UTC
This issue I experienced since v5.11, others also have this too:
https://www.reddit.com/r/kde/comments/6suvg4/kde_plasma_5_dead_space_on_bottom_left_of_kickoff/?st=jhr859h5&sh=a0af565c

If I resizing the panel, then it has (random) gap/space between the panel and the usable desktop space.
In the screenshots, I set the background in red, the screenshots are numbered 1, 2, 3, corresponded with descriptions:

1) Right after I start resizing the panel
2) Place the panel on the top, the gap **randomly** changes its position.
3) After number of moves, place the panel again on the top, now the gap changes.

After several attempts, the gap disappears, I place the panel on the bottom again, and now the kickoff menu can be activate like normal.
But if I restart the PC, the problem appears again.
Comment 2 linnets 2018-05-29 05:37:32 UTC
Created attachment 112942 [details]
1
Comment 3 linnets 2018-05-29 05:37:43 UTC
Created attachment 112943 [details]
2
Comment 4 linnets 2018-05-29 05:37:53 UTC
Created attachment 112944 [details]
3
Comment 5 Martin Riethmayer 2018-05-29 08:35:08 UTC
I was able to reproduce this on a clean install :

1.) Disable compositing (e.g. by pressing Alt+Shift+F12)
2.) Move the panel to the left screen edge -> Notice that there's already some space at the bottom of the panel
3.) Move the panel to the top screen edge -> Notice that there's now a space between the panel itself and the area where the width could be changed
4.) Move the panel back to the bottom screen edge -> There's now a couple of pixels on the screen bottom without a panel.

As soon as you turn compositing back on, it looks good again and works as expected. If you turn off compositing again, the issue reported is visible and in effect.

My guess (without looking at the source): when compositing is off, there's still some "shadow" margin or padding calculated for "left panel" (probably also "right panel") and "top panel" which will persist even after moving back to the "bottom panel".
Comment 6 Patrick Silva 2018-06-14 18:07:49 UTC

*** This bug has been marked as a duplicate of bug 387775 ***
Comment 7 Martin Riethmayer 2018-06-15 06:45:59 UTC
I think this is a different issue than bug 387775 though. In that bug, the problem is the screen edges and screen corners. In this case, the problem is from "shadows" that are still applied even though compositing is turned off thus actually leaving gaps and visual glitches in the panel. See esp. attachment 112943 [details] - the red rectangle should not be visible right of the panel.
Comment 8 Martin Riethmayer 2018-07-27 08:28:14 UTC
This seems to be fixed, might be thanks to https://phabricator.kde.org/R242:412a517576d5505c9f700f13b8f33257c07e220d (see also https://bugs.kde.org/show_bug.cgi?id=389215 )