Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not ... #476

Closed
sbneelu opened this issue Apr 22, 2016 · 0 comments

Comments

@sbneelu
Copy link

sbneelu commented Apr 22, 2016

[Enter steps to reproduce below:]

  1. Open Command Palette with Cmd-Shift-P.
  2. Find and Click Minimap: Generate new Package (JavaScript).
  3. Type a path to create a folder.
  4. Get error.

Atom Version: 1.7.2
System: Mac OS X 10.11
Thrown From: minimap package, v4.22.1

Stack Trace

Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.

At /Users/neelusb/.atom/packages/minimap/lib/minimap-plugin-generator-element.js:81

Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
    at Error (native)
    at minimap-plugin-generator.confirm (/Users/neelusb/.atom/packages/minimap/lib/minimap-plugin-generator-element.js:81:12)
    at minimap-plugin-generator.coreConfirm (/Users/neelusb/.atom/packages/minimap/lib/minimap-plugin-generator-element.js:171:28)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:580:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:388:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:98:36)
    at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)

Commands

  2x -5:34.4.0 core:save (atom-text-editor.editor.is-focused)
     -5:03.1.0 window:toggle-dev-tools (atom-text-editor.editor.is-focused)
     -4:57 core:save (atom-text-editor.editor.is-focused)
     -4:16.6.0 core:backspace (atom-text-editor.editor.is-focused)
  7x -4:15.5.0 core:save (atom-text-editor.editor.is-focused)
     -1:07.1.0 emmet:toggle-comment (atom-text-editor.editor.is-focused)
     -1:07.1.0 editor:toggle-line-comments (atom-text-editor.editor.is-focused)
     -1:06.5.0 core:save (atom-text-editor.editor.is-focused)
  7x -1:05.9.0 core:undo (atom-text-editor.editor.is-focused)
     -1:04.4.0 core:save (atom-text-editor.editor.is-focused)
  2x -0:58.6.0 core:cancel (atom-pane.pane.active)
     -0:48.6.0 command-palette:toggle (atom-pane.pane.active)
     -0:27.2.0 minimap:generate-javascript-plugin (atom-pane.pane.active)
  6x -0:21.8.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:04.7.0 core:confirm (atom-text-editor.editor.mini.is-focused)
  7x -0:03.1.0 core:backspace (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "destroyEmptyPanes": false
  },
  "minimap": {
    "plugins": {
      "highlight-selected": true,
      "highlight-selectedDecorationsZIndex": 0,
      "linter": true,
      "linterDecorationsZIndex": 0,
      "pigments": true,
      "pigmentsDecorationsZIndex": 0
    }
  }
}

Installed Packages

# User
atom-alignment, v0.12.1
auto-detect-indentation, v1.0.0
color-picker, v2.1.1
emmet, v2.4.3
file-icons, v1.7.5
highlight-selected, v0.11.2
linter, v1.11.4
linter-csslint, v1.3.2
linter-htmlhint, v1.1.3
linter-jshint, v2.1.0
linter-php, v1.2.0
minimap, v4.22.1
minimap-highlight-selected, v4.4.0
minimap-linter, v1.1.1
minimap-pigments, v0.2.0
pigments, v0.26.0
remote-edit, v1.8.24

# Dev
No dev packages
@abe33 abe33 closed this as completed in e72e2dd May 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant