Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Shift+Click on icon causes JavaScript Error in OS X 10.11.3 #10

Closed
tdlm opened this issue Feb 9, 2016 · 5 comments
Closed

Shift+Click on icon causes JavaScript Error in OS X 10.11.3 #10

tdlm opened this issue Feb 9, 2016 · 5 comments

Comments

@tdlm
Copy link

tdlm commented Feb 9, 2016

Uncaught Exception: TypeError: Cannot read property 'openDevTools' of undefined at Tray.click (/Applications/Nimble.app/Contents/Resources/app/index.js:115:22) at emitTwo (events.js:92:20) at Tray.emit (events.js:172:7)

@soops
Copy link
Collaborator

soops commented Feb 9, 2016

This is a currently unavoidable issue. Here's the fix: make sure Nimble has loaded first by opening it and waiting for it to start up, then try shift clicking.

@soops soops closed this as completed Feb 9, 2016
@tdlm
Copy link
Author

tdlm commented Feb 9, 2016

@soops That didn't work. Still errors out.

@jshdm
Copy link
Collaborator

jshdm commented Feb 9, 2016

Does it provide the same error if you try loading it first? Just confirming, you'll have to wait until Nimble's content is completely loaded before closing Nimble and shift-clicking.

nimble-shift-click

We're working on fixing this issue so Nimble is automatically loaded beforehand, although as shift-click provides nothing of value to the average user this isn't top priority at the moment.

@jshdm jshdm reopened this Feb 9, 2016
@soops
Copy link
Collaborator

soops commented Feb 9, 2016

Fixed. You should get any errors anymore! I've made it so Devtools is only openable after Nimble is loaded, and Nimble autoloads a bit before you open it to speed things up.

@soops soops closed this as completed Feb 9, 2016
@jshdm
Copy link
Collaborator

jshdm commented Feb 9, 2016

*should not 😉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants