| 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 widgets | Assignee: | 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: | |||
This was fixed by b87748c8 on August 3rd, fix should be in the just-released 5.7.4. I confirm that this has been fixed on KDE Neon. You can close this issue now. |
~/.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