Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Uncaught SyntaxError: Failed to execute 'webkitMatchesSelector' on 'Element': '0' is not a valid selector. #30

Closed
atom/atom
#5828
@M1Reeder

Description

@M1Reeder

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.179.0
System: Mac OS X 10.9.3
Thrown From: command-palette package, v0.34.0

Stack Trace

Uncaught SyntaxError: Failed to execute 'webkitMatchesSelector' on 'Element': '0' is not a valid selector.

At /Applications/Atom.app/Contents/Resources/app/src/command-registry.js:117

Error: Failed to execute 'webkitMatchesSelector' on 'Element': '0' is not a valid selector.
  at Error (native)
  at CommandRegistry.module.exports.CommandRegistry.findCommands (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:117:121)
  at CommandPaletteView.module.exports.CommandPaletteView.show (/Applications/Atom.app/Contents/Resources/app/node_modules/command-palette/lib/command-palette-view.js:70:32)
  at CommandPaletteView.module.exports.CommandPaletteView.toggle (/Applications/Atom.app/Contents/Resources/app/node_modules/command-palette/lib/command-palette-view.js:49:21)
  at atom-workspace.<anonymous> (/Applications/Atom.app/Contents/Resources/app/node_modules/command-palette/lib/command-palette-view.js:21:21)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:243:29)
  at /Applications/Atom.app/Contents/Resources/app/src/command-registry.js:3:61
  at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:558:16)
  at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:396:22)
  at HTMLDocument.module.exports.WindowEventHandler.onKeydown (/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:172:20)

Commands

  4x -4:00.6 core:undo (atom-text-editor.editor.is-focused)
     -0:00.4 command-palette:toggle (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "excludeVcsIgnoredPaths": false,
    "disabledPackages": [
      "sublime-tabs",
      "linter-coffeelint"
    ],
    "audioBeep": false
  }
}

Installed Packages

# User
coffee-lint, v0.7.3
color-picker, v1.4.4
file-icons, v1.4.8
highlight-selected, v0.8.0
jsformat, v0.7.18
jshint, v1.2.0
language-marko, v0.4.8
linter, v0.10.0
pain-split, v1.2.0
project-manager, v1.14.1

# Dev
No dev packages

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions