https://bugs.kde.org/show_bug.cgi?id=404178
Bug ID: 404178
Summary: TypeError: Cannot read property 'textWidth' of null
Product: plasmashell
Version: 5.14.90
Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: Application Menu (Kicker)
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
SUMMARY
DashboardRepresentation.qml:977 does not check that filterList.currentItem is
defined
STEPS TO REPRODUCE
1. Launch Plasma from terminal
OBSERVED RESULT
/usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:977:
TypeError: Cannot read property 'textWidth' of null
EXPECTED RESULT
No errors in terminal
SOFTWARE/OS VERSIONS
Linux: Ubuntu 19.04
KDE Plasma Version: 5.14.90
KDE Frameworks Version: 5.54.0
Qt Version: 5.11.3
ADDITIONAL INFORMATION
+ (filterList.currentItem ? filterList.currentItem.textWidth : 0)
--
You are receiving this mail because:
You are watching all bug changes.