https://bugs.kde.org/show_bug.cgi?id=366718
Bug ID: 366718 Summary: Dragging url and hovering a task does not reveal hovered window Product: plasmashell Version: 5.7.3 Platform: Neon Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Task Manager Assignee: h...@kde.org Reporter: zrenf...@gmail.com CC: plasma-b...@kde.org ~/.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 -- You are receiving this mail because: You are watching all bug changes.