Maybulb / Nimble

A Wolfram|Alpha® menu bar app.
http://maybulb.com/nimble/
Other
241 stars 24 forks source link

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

Closed tdlm closed 8 years ago

tdlm commented 8 years ago

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)

ethel-dev commented 8 years ago

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.

tdlm commented 8 years ago

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

jshdm commented 8 years ago

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.

ethel-dev commented 8 years ago

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.

jshdm commented 8 years ago

*should not :wink: