-
Notifications
You must be signed in to change notification settings - Fork 130
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 TypeError: Cannot read property 'pixelPositionForScreenPosition' of null #489
Comments
same on linux
Atom Version: 1.8.0 Stack TraceUncaught TypeError: Cannot read property 'pixelPositionForScreenPosition' of null
Commands
Config{
"core": {
"autoHideMenuBar": true,
"disabledPackages": [
"script",
"ink",
"julia-client",
"language-gfm",
"git-control"
]
},
"minimap": {
"absoluteMode": true,
"plugins": {
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0
}
}
} Installed Packages# User
autocomplete-julia, v0.1.0
git-diff-details, v1.3.0
hex, v0.6.2
highlight-selected, v0.11.2
language-dot, v1.6.0
language-julia, v0.6.0
language-markdown, v0.14.0
language-rust, v0.4.6
language-swift, v0.4.0
language-tcl, v0.1.2
language-verilog, v0.4.0
language-vhdl, v0.7.2
merge-conflicts, v1.4.4
minimap, v4.24.6
minimap-highlight-selected, v4.4.0
open-recent, v5.0.0
# Dev
No dev packages |
same here ... When I want move panel to new position. |
Atom Version: 1.7.3 Stack TraceUncaught TypeError: Cannot read property 'pixelPositionForScreenPosition' of null
Commands
Config{
"core": {
"disabledPackages": [
"activate-power-mode",
"project-manager",
"wrap-guide",
"pigments"
],
"packagesWithKeymapsDisabled": [
"atom-beautify",
"highlight-selected",
"increment-me",
"color-picker",
"linter"
]
},
"minimap": {
"plugins": {
"git-diff": true,
"git-diffDecorationsZIndex": 0,
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0
}
}
} Installed Packages# User
atom-beautify, v0.29.10
change-case, v0.6.3
column-select, v0.2.0
file-icons, v1.7.17
highlight-selected, v0.11.2
language-javascript-jsx, v0.3.7
linter, v1.11.14
minimap, v4.24.7
minimap-git-diff, v4.3.1
minimap-highlight-selected, v4.4.0
project-plus, v0.9.0
# Dev
No dev packages |
Got this after install project-plus, always happen when switching projects. |
I have "Remove empty panes" on and get this error when closing the last tab in an open pane. Also, note that for me this seems to happen at the same time as: atom/atom#11186 Refreshing window fixes the issue |
Hi there, sorry for the delay, is anyone is able to reproduce that on stable or beta? I'm running 1.11.0-dev-89c638a and I don't seems to get that error with the various scenario proposed. |
Atom Version: 1.7.3 Installed Packages# User
activate-power-mode@0.7.4
atom-beautify@0.29.10
column-select@0.2.0
file-icons@1.7.18
highlight-selected@0.11.2
increment-me@0.3.0
language-javascript-jsx@0.3.7
linter@1.11.16
minimap@4.24.7
minimap-git-diff@4.3.1
minimap-highlight-selected@4.4.0
pigments@0.31.2
project-plus@0.9.0 |
I have same problem with project-viewer. It appear when switching project, but only if the file in the current tab of the loaded project, had some git modification. Last Atom version and last packages version |
my temporary "fix"
😈 |
I have atom-editor version 1.10.x and I think it's ok now... pls test it ;) |
Atom 1.10.12 here, same problem. |
[Enter steps to reproduce below:]
Atom Version: 1.11.1 Stack TraceUncaught TypeError: Cannot read property 'pixelPositionForScreenPosition' of null
Commands
Config{
"core": {
"autoHideMenuBar": true,
"customFileTypes": {
"source.ini": [
".buckconfig",
".flowconfig"
],
"source.json": [
".arcconfig",
"BUCK.autodeps"
],
"source.python": [
"BUCK"
]
},
"disabledPackages": [
"language-gfm",
"git-control",
"nuclide"
],
"ignoredNames": [
".git",
".hg",
".svn",
".DS_Store",
"._*",
"Thumbs.db",
".pioenvs",
".piolibdeps",
".clang_complete",
".gcc-flags.json"
],
"telemetryConsent": "limited"
},
"minimap": {
"adjustAbsoluteModeHeight": true,
"plugins": {
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0
}
}
} Installed Packages# User
autocomplete-swift, v1.0.2 (active)
git-diff-details, v1.3.0 (active)
git-history, v3.2.0 (inactive)
git-plus, v5.18.0 (active)
git-time-machine, v1.5.3 (inactive)
graphviz-preview, v1.7.0 (inactive)
hex, v0.6.2 (active)
highlight-selected, v0.11.2 (active)
Hydrogen, v0.14.0 (inactive)
language-dot, v1.6.0 (active)
language-julia, v0.8.0 (active)
language-markdown, v0.16.3 (active)
language-matlab, v0.2.1 (active)
language-rust, v0.4.7 (active)
language-scala, v1.1.6 (active)
language-swift, v0.4.0 (active)
language-tcl, v0.1.2 (active)
language-verilog, v0.4.0 (active)
language-vhdl, v0.7.2 (active)
merge-conflicts, v1.4.4 (active)
minimap, v4.25.0 (active)
minimap-highlight-selected, v4.4.0 (active)
nuclide, v0.175.0 (inactive)
open-recent, v5.0.0 (active)
swift-debugger, v0.1.2 (inactive)
tool-bar, v1.0.1 (active)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.44.0 (inactive)
base16-tomorrow-dark-theme, v1.2.0 (inactive)
base16-tomorrow-light-theme, v1.2.0 (inactive)
one-dark-ui, v1.6.0 (active)
one-light-ui, v1.6.0 (inactive)
one-dark-syntax, v1.3.0 (active)
one-light-syntax, v1.3.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.7.0 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.2 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.42.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.40.0 (active)
find-and-replace, v0.201.1 (active)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.1.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.59.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v1.0.0 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.242.2 (active)
snippets, v1.0.2 (active)
spell-check, v0.68.2 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.0 (active)
symbols-view, v0.113.1 (inactive)
tabs, v0.101.0 (active)
timecop, v0.33.2 (active)
tree-view, v0.209.3 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.33.0 (active)
wrap-guide, v0.38.2 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.2 (active)
language-csharp, v0.12.1 (active)
language-css, v0.37.1 (active)
language-gfm, v0.88.0 (inactive)
language-git, v0.15.0 (active)
language-go, v0.42.1 (active)
language-html, v0.45.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.23.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.2 (active)
language-less, v0.29.5 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.2 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.69.0 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.56.0 (active)
language-shellscript, v0.22.4 (active)
language-source, v0.9.0 (active)
language-sql, v0.23.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.9 (active)
language-yaml, v0.26.0 (active)
# Dev
No dev packages |
Expected: Pane to close. |
After last comments, still more information needed? |
I've published a new version that should guard against missing editors in many operations. Unfortunately I couldn't reproduce the issue on my device (which run OSX), so I guess there is some kind of delay between the destruction of the editor and the dispatch of the destroyed event. Let me know if it helped. @Ben3eeE totally off topic, but what's your syntax theme? It looks damn pretty! |
I will try to reproduce this later with the new version and report back. I did a quick test now on |
I just updated to minimap 4.25.6 and when switching project like in #489 (comment) I still get:
|
Yeah this seems to still be an issue. I can also reproduce with Don't have access to a mac to verify that this issue only occurs on Linux and Windows. |
But how is it possible to get to the The test being performed like this: editorDestroyed () {
return !this.textEditor ||
this.textEditor.isDestroyed() ||
!this.textEditorElement.getModel()
} It looks like some really troublesome concurrency issue that can't be solved completely on my end. Who sanely consider protecting every statement with a condition, and event with that, if the reference is destroyed between the condition and the block executed next the issue will still occur. |
Still have this issue, even tho my Atom is up to date.
|
Make sure you are using the latest version of the minimap package. |
@Ben3eeE Yeah, I've updated all packages and it seems to be sorted out now. Thanks 👍 |
I just change js file after update atom packages and that's it :) Atom Version: 1.12.7 Stack TraceUncaught TypeError: Cannot read property 'pixelPositionForScreenPosition' of null
Commands
Config{
"core": {
"allowPendingPaneItems": false,
"closeEmptyWindows": false,
"customFileTypes": {
"source.ini": [
".buckconfig",
".flowconfig",
".hgrc"
],
"source.json": [
".arcconfig",
"BUCK.autodeps"
],
"source.python": [
"BUCK"
]
},
"disabledPackages": [
"grunt-runner",
"linter-scss-lint",
"language-javascript-jsx",
"linter-flow",
"tree-view",
"react",
"autocomplete-ruby",
"csscomb",
"gulp-control",
"linter-jscs",
"linter-csslint",
"imdone-atom",
"atom-autocomplete-php",
"angularjs",
"atom-typescript",
"dash",
"language-ocaml",
"language-thrift",
"linter-php",
"language-c",
"language-clojure",
"language-coffee-script",
"language-less",
"language-perl",
"language-property-list",
"language-toml",
"spell-check"
],
"packagesWithKeymapsDisabled": [
"terminal-plus"
],
"telemetryConsent": "limited",
"themes": [
"atom-material-ui",
"atom-material-syntax"
]
},
"minimap": {
"absoluteMode": true,
"plugins": {
"cursorline": true,
"cursorlineDecorationsZIndex": 0,
"git-diff": true,
"git-diffDecorationsZIndex": 0,
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0,
"pigments": true,
"pigmentsDecorationsZIndex": 0
}
}
} Installed Packages# User
angularjs, v0.3.5 (inactive)
atom-autocomplete-php, v0.20.2 (inactive)
atom-beautify, v0.29.13 (active)
atom-material-syntax, v0.4.6 (active)
atom-material-ui, v1.3.8 (active)
atom-monokai, v0.10.4 (inactive)
atom-ternjs, v0.16.1 (active)
atom-typescript, v10.1.13 (inactive)
autoclose-html, v0.23.0 (active)
autocomplete-css, v0.14.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-modules, v1.6.7 (active)
autocomplete-paths, v1.0.5 (active)
autocomplete-plus, v2.34.2 (active)
autocomplete-ruby, v0.2.3 (inactive)
autocomplete-snippets, v1.11.0 (active)
color-picker, v2.2.3 (active)
compare-files, v0.8.0 (active)
csscomb, v0.3.1 (inactive)
dash, v1.7.0 (inactive)
docblockr, v0.9.1 (active)
dracula-theme, v1.2.8 (inactive)
duotone-dark-syntax, v2.0.1 (inactive)
editorconfig, v2.0.5 (active)
emmet, v2.4.3 (active)
file-icons, v1.7.25 (active)
flatwhite-syntax, v0.8.0 (inactive)
git-blame, v0.4.11 (inactive)
git-control, v0.8.2 (inactive)
git-diff, v1.2.0 (active)
git-history, v3.2.0 (inactive)
git-plus, v5.29.0 (active)
git-time-machine, v1.5.4 (inactive)
grunt-runner, v0.14.0 (inactive)
gulp-control, v0.5.0 (inactive)
highlight-line, v0.11.1 (active)
highlight-selected, v0.11.2 (active)
hyperclick, v0.0.39 (active)
image-view, v0.60.0 (active)
imdone-atom, v2.0.19 (inactive)
language-babel, v2.48.5 (active)
language-batch, v0.3.3 (active)
language-docker, v1.1.7 (active)
language-hyperlink, v0.16.1 (active)
language-ini, v1.17.0 (active)
language-ocaml, v1.1.2 (inactive)
language-sass, v0.57.1 (active)
language-thrift, v1.0.2 (inactive)
linter, v1.11.18 (active)
linter-csslint, v1.3.3 (inactive)
linter-eslint, v8.0.0 (active)
linter-flow, v5.5.0 (inactive)
linter-jscs, v4.1.0 (inactive)
linter-php, v1.3.1 (inactive)
linter-scss-lint, v3.0.4 (inactive)
markdown-preview, v0.159.1 (active)
merge-conflicts, v1.4.4 (active)
minimap, v4.25.7 (active)
minimap-cursorline, v0.2.0 (active)
minimap-git-diff, v4.3.1 (active)
minimap-highlight-selected, v4.4.0 (active)
minimap-pigments, v0.2.2 (active)
monokai, v0.18.0 (inactive)
node-debugger, v1.9.1 (active)
nucleus-dark-ui, v0.10.19 (inactive)
nuclide, v0.191.0 (active)
one-dark-syntax, v1.6.0 (inactive)
php-hyperclick, v1.2.1 (active)
pigments, v0.37.0 (active)
project-manager, v3.3.3 (active)
react, v0.16.1 (inactive)
redux-devtools, v0.5.1 (inactive)
seti-syntax, v1.0.1 (inactive)
seti-ui, v1.4.0 (inactive)
sort-lines, v0.14.0 (inactive)
sync-settings, v0.8.0 (active)
todo-show, v1.8.0 (inactive)
tool-bar, v1.0.1 (active)
tree-view-git-status, v1.3.0 (active)
turbo-javascript, v1.4.0 (inactive)
wakatime, v6.0.10 (active)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.45.0 (inactive)
base16-tomorrow-dark-theme, v1.3.0 (inactive)
base16-tomorrow-light-theme, v1.3.0 (inactive)
one-dark-ui, v1.6.2 (inactive)
one-light-ui, v1.6.2 (inactive)
one-dark-syntax, v1.6.0 (inactive)
one-light-syntax, v1.5.0 (inactive)
solarized-dark-syntax, v1.0.5 (inactive)
solarized-light-syntax, v1.0.5 (inactive)
about, v1.7.0 (active)
archive-view, v0.62.0 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.14.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.34.2 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.42.0 (active)
bracket-matcher, v0.82.2 (active)
command-palette, v0.39.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.40.0 (active)
find-and-replace, v0.202.2 (active)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.2.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.60.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.2 (inactive)
markdown-preview, v0.159.1 (active)
metrics, v1.1.2 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.1 (inactive)
package-generator, v1.0.1 (inactive)
settings-view, v0.243.1 (active)
snippets, v1.0.4 (active)
spell-check, v0.68.4 (inactive)
status-bar, v1.4.1 (active)
styleguide, v0.47.2 (active)
symbols-view, v0.113.1 (active)
tabs, v0.103.0 (active)
timecop, v0.33.2 (active)
tree-view, v0.210.0 (inactive)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.35.0 (active)
wrap-guide, v0.38.2 (active)
language-c, v0.54.0 (inactive)
language-clojure, v0.22.1 (inactive)
language-coffee-script, v0.48.0 (inactive)
language-csharp, v0.13.0 (active)
language-css, v0.40.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.43.0 (active)
language-html, v0.47.1 (active)
language-hyperlink, v0.16.1 (active)
language-java, v0.24.0 (active)
language-javascript, v0.122.0 (active)
language-json, v0.18.3 (active)
language-less, v0.29.6 (inactive)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.37.0 (inactive)
language-php, v0.37.3 (active)
language-property-list, v0.8.0 (inactive)
language-python, v0.45.1 (active)
language-ruby, v0.70.2 (active)
language-ruby-on-rails, v0.25.1 (active)
language-sass, v0.57.1 (active)
language-shellscript, v0.23.0 (active)
language-source, v0.9.0 (active)
language-sql, v0.25.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.29.1 (active)
language-toml, v0.18.1 (inactive)
language-xml, v0.34.12 (active)
language-yaml, v0.27.1 (active)
# Dev
No dev packages |
Could we just add a quick hack on the More info: Inside this function |
Could this issue be re-opened? I'm up-to-date on versions of Atom, minimap and the different bindings for minimap and this is still happening. Thanks! |
Can everyone that still experience this issue with the latest version of I have notified @abe33 that it should be reopened. This was closed because it was fixed when using the steps posted in #489 (comment) but it seems that this still happens when using some other steps after reading the comments here. |
My env details here: #489 (comment) |
The error persist on switching tabs with
Nothing happens if minimap is clear. |
This error is still present in the latest release of minimap. I get the error when switching from one project to another using project-manager v 3.3.3. Atom Version: 1.13.0 Stack TraceUncaught TypeError: Cannot read property 'pixelPositionForScreenPosition' of null
Commands
Config{
"core": {
"autoHideMenuBar": true,
"disabledPackages": [
"atom-commander"
],
"openEmptyEditorOnStart": false,
"packagesWithKeymapsDisabled": [
"gdb-debug"
],
"projectHome": "/home/micke/devel/projects",
"telemetryConsent": "limited",
"themes": [
"nord-atom-ui",
"nord-atom-syntax"
]
},
"minimap": {
"plugins": {
"cursorline": true,
"cursorlineDecorationsZIndex": 0,
"find-and-replace": true,
"find-and-replaceDecorationsZIndex": 0,
"git-diff": true,
"git-diffDecorationsZIndex": 0,
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0,
"linter": true,
"linterDecorationsZIndex": 0,
"split-diff": true,
"split-diffDecorationsZIndex": 0
},
"scrollAnimation": true
}
} Installed Packages# User
atom-beautify, v0.29.16 (inactive)
atom-bracket-highlight, v0.3.1 (active)
atom-clock, v0.1.3 (active)
atom-commander, v0.8.6 (inactive)
atom-dedupe-open-files, v0.1.0 (active)
atom-material-syntax, v1.0.2 (inactive)
atom-material-ui, v1.3.9 (inactive)
autocomplete-bash-builtins, v0.3.4 (active)
autocomplete-clang, v0.10.0 (active)
autocomplete-python, v1.8.26 (active)
autocomplete-xml, v0.9.4 (active)
browser-plus, v0.0.87 (active)
browser-plus-zoom, v0.0.2 (active)
build, v0.67.0 (active)
busy, v0.7.0 (active)
center-line, v1.2.4 (inactive)
chary-tree-view, v0.2.3 (active)
ctags-status, v1.3.7 (active)
docblockr, v0.9.1 (active)
enhanced-tabs, v1.7.0 (inactive)
expose, v0.13.0 (inactive)
file-icons, v2.0.9 (active)
git-blame, v0.4.11 (inactive)
git-log, v0.4.1 (active)
git-plus, v7.1.1 (active)
git-time-machine, v1.5.4 (inactive)
highlight-selected, v0.12.0 (active)
keybinding-cheatsheet, v0.1.1 (inactive)
language-asterisk, v0.1.2 (active)
language-diff, v0.7.0 (active)
language-dotfiles, v1.0.0 (active)
language-groovy, v0.6.0 (active)
language-ini, v1.17.0 (active)
language-log, v1.8.0 (active)
linter, v1.11.21 (active)
linter-cppcheck, v0.2.2 (active)
linter-cpplint, v1.0.1 (active)
linter-gcc, v0.6.15 (active)
linter-perl, v0.8.0 (active)
linter-pylama, v0.8.12 (active)
linter-shellcheck, v1.4.3 (inactive)
linter-xmllint, v1.4.0 (active)
merge-conflicts, v1.4.4 (active)
minimap, v4.26.7 (active)
minimap-find-and-replace, v4.5.1 (active)
minimap-git-diff, v4.3.1 (active)
minimap-highlight-selected, v4.5.0 (active)
minimap-linter, v1.6.0 (active)
minimap-split-diff, v0.3.2 (active)
nord-atom-syntax, v0.5.0 (active)
nord-atom-ui, v0.9.0 (active)
perltidy, v3.0.0 (active)
platformio-ide-terminal, v2.2.2 (active)
project-manager, v3.3.3 (active)
python-indent, v1.0.0 (active)
python-tools, v0.6.9 (active)
raml, v0.2.0 (active)
Remote-FTP, v0.9.4 (active)
restart-atom, v0.2.0 (inactive)
seti-syntax, v1.0.1 (inactive)
seti-ui, v1.4.0 (inactive)
split-diff, v1.1.1 (inactive)
switch-header-source, v0.22.0 (inactive)
tree-view-autoresize, v1.5.0 (active)
tree-view-git-status, v1.3.0 (active)
xml-formatter, v0.10.0 (inactive)
atom-dark-syntax, v0.28.0 (inactive)
atom-dark-ui, v0.53.0 (inactive)
atom-light-syntax, v0.29.0 (inactive)
atom-light-ui, v0.46.0 (inactive)
base16-tomorrow-dark-theme, v1.4.0 (inactive)
base16-tomorrow-light-theme, v1.4.0 (inactive)
one-dark-ui, v1.8.2 (inactive)
one-light-ui, v1.8.2 (inactive)
one-dark-syntax, v1.6.0 (inactive)
one-light-syntax, v1.6.0 (inactive)
solarized-dark-syntax, v1.1.1 (inactive)
solarized-light-syntax, v1.1.1 (inactive)
about, v1.7.2 (active)
archive-view, v0.62.0 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.14.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.33.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.29.0 (inactive)
autosave, v0.23.2 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.43.2 (active)
bracket-matcher, v0.85.1 (active)
command-palette, v0.39.1 (inactive)
deprecation-cop, v0.55.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.40.0 (active)
find-and-replace, v0.204.5 (inactive)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.2.0 (active)
go-to-line, v0.31.2 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.60.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.1 (active)
link, v0.31.2 (inactive)
markdown-preview, v0.159.1 (active)
metrics, v1.1.2 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.1 (inactive)
package-generator, v1.0.2 (inactive)
settings-view, v0.244.0 (active)
snippets, v1.0.4 (active)
spell-check, v0.68.5 (active)
status-bar, v1.6.0 (active)
styleguide, v0.48.0 (active)
symbols-view, v0.113.1 (inactive)
tabs, v0.103.1 (active)
timecop, v0.33.2 (active)
tree-view, v0.211.1 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.35.0 (active)
wrap-guide, v0.39.0 (active)
language-c, v0.54.0 (active)
language-clojure, v0.22.1 (active)
language-coffee-script, v0.48.1 (active)
language-csharp, v0.13.0 (active)
language-css, v0.40.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.43.0 (active)
language-html, v0.47.1 (active)
language-hyperlink, v0.16.1 (active)
language-java, v0.24.0 (active)
language-javascript, v0.122.0 (active)
language-json, v0.18.3 (active)
language-less, v0.29.6 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.37.0 (active)
language-php, v0.37.3 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.1 (active)
language-ruby, v0.70.2 (active)
language-ruby-on-rails, v0.25.1 (active)
language-sass, v0.57.0 (active)
language-shellscript, v0.23.0 (active)
language-source, v0.9.0 (active)
language-sql, v0.25.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.29.1 (active)
language-toml, v0.18.1 (active)
language-xml, v0.34.12 (active)
language-yaml, v0.27.1 (active)
# Dev
No dev packages |
I think this line:
Should be changed to:
|
If component is not defined, then the error found in atom-minimap#489 (comment) will happen. This way we prevent that.
+1 |
[Enter steps to reproduce below:]
Atom Version: 1.7.4
System: Mac OS X 10.11.5
Thrown From: minimap package, v4.24.2
Stack Trace
Uncaught TypeError: Cannot read property 'pixelPositionForScreenPosition' of null
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: