You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
#1
Open
coolhome opened this issue
Jun 11, 2015
· 2 comments
Any action on the tree view. Nothing is rendered yet.
Atom Version: 0.208.0 System: Mac OS X 10.10.3 Thrown From: tree-view-finder package, v0.2.1
Stack Trace
Uncaught NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
At /Users/Preston/.atom/packages/tree-view-finder/lib/finder-tool.coffee:195
Error: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
at Error (native)
at tree-view-finder-tool.FinderTool.attach (/Users/Preston/.atom/packages/tree-view-finder/lib/finder-tool.coffee:345:28)
at Object.module.exports.TreeViewFinder._show (/Users/Preston/.atom/packages/tree-view-finder/lib/tree-view-finder.coffee:187:23)
at Object.module.exports.TreeViewFinder.attach (/Users/Preston/.atom/packages/tree-view-finder/lib/tree-view-finder.coffee:166:19)
at HTMLOListElement.<anonymous> (/Users/Preston/.atom/packages/tree-view-finder/lib/tree-view-finder.coffee:132:26)
at HTMLBodyElement.jQuery.event.dispatch (/Applications/Atom 2.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4435:9)
at HTMLBodyElement.elemData.handle (/Applications/Atom 2.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4121:28)
at Object.jQuery.event.trigger (/Applications/Atom 2.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4350:12)
at Object.jQuery.event.simulate (/Applications/Atom 2.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4652:17)
at HTMLDocument.handler (/Applications/Atom 2.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4780:18)
The plugin conflicts w/ Remote-FTP (https://github.com/mgrenier/remote-ftp). When remote-ftp adds a side pane before the tree-free-finder plugin it throws this error. If I close the remote-ftp pane then show tree view it renders currently.
EDIT: I've never done atom development but I think the problem is the query selectors being to vague. I see other packages that modify tree view use the util requirePackage('tree-view') then the selectors from the module itself.
Any action on the tree view. Nothing is rendered yet.
Atom Version: 0.208.0
System: Mac OS X 10.10.3
Thrown From: tree-view-finder package, v0.2.1
Stack Trace
Uncaught NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: