Bug 398951 - Task manager can't be clicked from bellow in latte-dock
Summary: Task manager can't be clicked from bellow in latte-dock
Status: RESOLVED FIXED
Alias: None
Product: lattedock
Classification: Plasma
Component: application (show other bugs)
Version: 0.8.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-22 07:13 UTC by RaitaroH
Modified: 2018-09-23 13:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.8.2


Attachments
Gif that shows the issue (123.94 KB, image/gif)
2018-09-22 07:13 UTC, RaitaroH
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RaitaroH 2018-09-22 07:13:49 UTC
Created attachment 115162 [details]
Gif that shows the issue

SUMMARY
There is some space bellow the task manager entries. Putting your cursor bellow the entry makes it impossible to click. See the gif for reference.


STEPS TO REPRODUCE
1. Have a dock with a task manager.
2. Open something
3. Put your cursor bellow the entry until it hides itself. 
4. Click.

EXPECTED RESULT
Entry should be clicked like it happens in a latte-panel or plasma-panel.

ACTUAL RESULT
Click is impossible.

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.13.5
KDE Frameworks Version: 5.50.0
Qt Version: 5.11.1

ADDITIONAL INFORMATION
Not sure why but the dock doens't take 100% of the space available as it can be seen in the gif. Not sure if a bug so I just mentioned that here.
Comment 1 Michail Vourlakos 2018-09-22 07:36:52 UTC
Tweaks->Shrink thickness margins to minimum
Comment 2 RaitaroH 2018-09-23 05:04:51 UTC
(In reply to Michail Vourlakos from comment #1)
> Tweaks->Shrink thickness margins to minimum

Already did that.
Comment 3 Michail Vourlakos 2018-09-23 08:44:32 UTC
Git commit 500b3d2b8631dfaeaaddd708b9bf5a0a88ef071a by Michail Vourlakos.
Committed on 23/09/2018 at 08:42.
Pushed by mvourlakos into branch 'master'.

respect shrink margins for thickBase

--increase also the minimum for thickHigh in order
to follow plasma design
Related: bug 398950
FIXED-IN: 0.8.2

M  +5    -7    containment/package/contents/ui/main.qml

https://commits.kde.org/latte-dock/500b3d2b8631dfaeaaddd708b9bf5a0a88ef071a
Comment 4 Michail Vourlakos 2018-09-23 08:45:21 UTC
Git commit 23a1225c335390b2bb8990deed2c65be13b20dff by Michail Vourlakos.
Committed on 23/09/2018 at 08:45.
Pushed by mvourlakos into branch 'v0.8'.

respect shrink margins for thickBase

--increase also the minimum for thickHigh in order
to follow plasma design
Related: bug 398950
FIXED-IN: 0.8.2

M  +5    -7    containment/package/contents/ui/main.qml

https://commits.kde.org/latte-dock/23a1225c335390b2bb8990deed2c65be13b20dff
Comment 5 Michail Vourlakos 2018-09-23 08:47:30 UTC
(In reply to RaitaroH from comment #2)
> (In reply to Michail Vourlakos from comment #1)
> > Tweaks->Shrink thickness margins to minimum
> 
> Already did that.

the commit respects that option now just make sure that Appearance->ActiveIndicator isnt drawn at all or is set to be drawn above the Applet (e.g. through Reverse)
Comment 6 RaitaroH 2018-09-23 13:26:07 UTC
(In reply to Michail Vourlakos from comment #5)
> (In reply to RaitaroH from comment #2)
> > (In reply to Michail Vourlakos from comment #1)
> > > Tweaks->Shrink thickness margins to minimum
> > 
> > Already did that.
> 
> the commit respects that option now just make sure that
> Appearance->ActiveIndicator isnt drawn at all or is set to be drawn above
> the Applet (e.g. through Reverse)

Thank you. Now it works as expected.