Bug 366718

Summary: Dragging url and hovering a task does not reveal hovered window
Product: [Plasma] plasmashell Reporter: Chris Holland <zrenfire>
Component: Task Manager and Icons-Only Task Manager widgetsAssignee: Eike Hein <hein>
Status: RESOLVED FIXED    
Severity: normal CC: emailmeat, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.7.3   
Target Milestone: 1.0   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Chris Holland 2016-08-13 00:27:00 UTC
~/.xsession-erros spams `file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml:84: TypeError: Cannot read property 'm' of null`

which is the first line of:

            if (!plasmoid.configuration.separateLaunchers && tasks.dragSource.m.IsLauncher === true
                 && above != null && above.m.IsLauncher !== true && above == ignoredItem) {
                return;
            } else {
                ignoredItem = null;
            }

I have seperate launchers unchecked in my config. If I check it, it works.

Reproducible: Always

Steps to Reproduce:
1. Uncheck "seperate launchers"

Actual Results:  
Does not reveal window + spam errors

Expected Results:  
reveal window
Comment 1 Eike Hein 2016-08-23 18:50:26 UTC
This was fixed by b87748c8 on August 3rd, fix should be in the just-released 5.7.4.
Comment 2 KDE Neon user 2016-08-25 17:23:58 UTC
I confirm that this has been fixed on KDE Neon. You can close this issue now.