Summary: | Sort order menu doesn't work in compact/mobile view | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Stefano Milani <stefanomilani92> |
Component: | discover | Assignee: | Dan Leinir Turthra Jensen <leinir> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol, nate |
Priority: | NOR | ||
Version First Reported In: | 5.17.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.27 | |
Sentry Crash Report: |
Description
Stefano Milani
2020-01-30 16:47:45 UTC
sometimes the hamburger menu on the right is not displayed, but only is displayed by enlarging and reducing the window. terminal output of crash: file:///usr/lib/qt/qml/org/kde/kirigami.2/private/globaltoolbar/BreadcrumbControl.qml:43: TypeError: Cannot read property 'x' of undefined <Unknown File>:7: TypeError: Cannot read property 'contentX' of null file:///usr/lib/qt/qml/org/kde/kirigami.2/private/ContextDrawerActionItem.qml:67: ReferenceError: mainFlickable is not defined file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/OverlayDrawer.qml:209: TypeError: Cannot read property 'height' of null file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/OverlayDrawer.qml:286: TypeError: Cannot read property 'height' of null terminal output of bug (not crash, sorry for my error): file:///usr/lib/qt/qml/org/kde/kirigami.2/private/globaltoolbar/BreadcrumbControl.qml:43: TypeError: Cannot read property 'x' of undefined <Unknown File>:7: TypeError: Cannot read property 'contentX' of null file:///usr/lib/qt/qml/org/kde/kirigami.2/private/ContextDrawerActionItem.qml:67: ReferenceError: mainFlickable is not defined file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/OverlayDrawer.qml:209: TypeError: Cannot read property 'height' of null file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/OverlayDrawer.qml:286: TypeError: Cannot read property 'height' of null This works now. |