Bug 366718 - Dragging url and hovering a task does not reveal hovered window
Summary: Dragging url and hovering a task does not reveal hovered window
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Task Manager and Icons-Only Task Manager widgets (show other bugs)
Version: 5.7.3
Platform: Neon Linux
: NOR normal
Target Milestone: 1.0
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-13 00:27 UTC by Chris Holland
Modified: 2016-08-25 19:45 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.