Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
plasma-phone-components
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • KDE
  • plasma-phone-components
  • Issues
  • #11

Closed
Open
Opened Jun 29, 2019 by Bart Ribbers@bribbers
  • Report abuse
  • New issue
Report abuse New issue

Desktop.qml tries to set a value to a null property and read properties from null values

  • mainDelegate.containment is a null value but it tries to set a variable to a property of it (which of course doesn't exist), causing TypeError: Value is null and could not be converted to an object.
  • Invalid write to global property "contentX" caused by this line
  • root.containment is a null value but it tries to read the property availableScreenRect from it
  • activitiesView.nextContainment is a null value but it tries to read the property activityName from it
  • containment.availableScreenRect (and the next line) is a null value but it tries to read the properties height and y from it
Edited Jun 29, 2019 by Bart Ribbers
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: kde/plasma-phone-components#11