Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 457879

Summary: null reference in explorer-table.js when dragging folder into root
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: ClientAssignee: Eric Moffatt <emoffatt>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 10.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Grant Gayed CLA 2015-01-19 14:52:05 EST
With Orion's edit page open and its LHS explorer showing the top level of your workspace (ie.- NOT within a project or folder), drag a folder from your desktop into the explorer's root level, and it fails at...

_makeUploadNode: function(parentItem, artifactName, isDirectory) {	
    var domId = this.getRow(parentItem).id; // <----------
    var child = {Name: artifactName, Directory: isDirectory};

...because this.getRow(parentItem) evaluates to null.
Comment 1 Eric Moffatt CLA 2015-05-08 12:21:46 EDT
I'll take a look at this.
Comment 2 Eric Moffatt CLA 2015-09-24 15:51:16 EDT
This has apparently been fixed by the changes made for bug 459925...