lynchpin4 / atom-browser-webview

provides a simple, tabbed, browser-like environment INSIDE of atom (beta) - using the <webview> tag
MIT License
19 stars 8 forks source link

Uncaught ReferenceError: browser is not defined #35 #41

Open a4aleem opened 7 years ago

a4aleem commented 7 years ago

ReferenceError: browser is not defined at ToolbarView.module.exports.ToolbarView.initialize (file:///C:/Users/Aleem Siddiqui/.atom/packages/atom-webbrowser/lib/toolbar-view.coffee:33:36) at ToolbarView.View [as constructor] (C:\Users\Aleem Siddiqui.atom\packages\atom-webbrowser\node_modules\space-pen\lib\space-pen.js:184:25) at new ToolbarView (file:///C:/Users/Aleem Siddiqui/.atom/packages/atom-webbrowser/lib/toolbar-view.coffee:8:7) at new Toolbar (file:///C:/Users/Aleem Siddiqui/.atom/packages/atom-webbrowser/lib/toolbar.coffee:10:24) at HTMLElement.atom.commands.add.web-browser:newtab (file:///C:/Users/Aleem Siddiqui/.atom/packages/atom-webbrowser/lib/web-browser.coffee:46:25) at CommandRegistry.handleCommandEvent (C:\Users\Aleem Siddiqui\AppData\Local\atom\app-1.21.0-beta1\resources\app\src\command-registry.js:381:36) at CommandRegistry.dispatch (C:\Users\Aleem Siddiqui\AppData\Local\atom\app-1.21.0-beta1\resources\app\src\command-registry.js:266:23) at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (C:\Users\Aleem Siddiqui\AppData\Local\atom\app-1.21.0-beta1\resources\app\src\atom-environment.js:1348:34) at EventEmitter.outerCallback (C:\Users\Aleem Siddiqui\AppData\Local\atom\app-1.21.0-beta1\resources\app\src\application-delegate.js:335:31) at emitThree (events.js:116:13) at EventEmitter.emit (events.js:194:7)

a4aleem commented 7 years ago

how do i resolve this ?

Centre-for-DevOps commented 6 years ago

Would be great if we knew how

vnsriniv commented 6 years ago

Has anybody found a solution to this problem?

robinhood-me commented 6 years ago

I am also having this problem.

Uncaught ReferenceError: browser is not defined /Users/robinhood/.atom/packages/atom-webbrowser/lib/toolbar-view.coffee:33 Show Stack Trace The error was thrown from the atom-webbrowser package. This issue has already been reported.

aarauf commented 6 years ago

changed browser to @browser... more issues to follow.

anoe commented 6 years ago

Bump! Me too.

jeremiahsherrill commented 6 years ago

Any answers on this yet?

filippo-orru commented 6 years ago

Having this problem as well.

JustAvocado commented 6 years ago

Changing "browser" to "@browser" worked. HTML file still won't load though. Please release an update!

imnotashrimp commented 6 years ago

+1

yossibokorbleile commented 6 years ago

+1

mrhubbs commented 5 years ago

+1

vivi90 commented 4 years ago

+1 But there are a lot of other issues. So can't still use it.

vivi90 commented 4 years ago

@gstack Hi, love the concept of this package but can't use it, because of too much issues. So want to take it over for updating and fixing, if you like. Otherwise i will create a fork.

pawansaxena108 commented 4 years ago

Facing issue

ReferenceError: browser is not defined at ToolbarView.module.exports.ToolbarView.initialize (file:///C:/Users/pawan/.atom/packages/atom-webbrowser/lib/toolbar-view.coffee:33:36) at ToolbarView.View [as constructor] (C:\Users\pawan.atom\packages\atom-webbrowser\node_modules\space-pen\lib\space-pen.js:184:25) at new ToolbarView (file:///C:/Users/pawan/.atom/packages/atom-webbrowser/lib/toolbar-view.coffee:8:7) at new Toolbar (file:///C:/Users/pawan/.atom/packages/atom-webbrowser/lib/toolbar.coffee:10:20) at HTMLElement.atom.commands.add.web-browser:toggle (file:///C:/Users/pawan/.atom/packages/atom-webbrowser/lib/web-browser.coffee:34:21) at CommandRegistry.handleCommandEvent (C:\Users\pawan\AppData\Local\atom\app-1.50.0\resources\app\static\:11:349780) at CommandRegistry.dispatch (C:\Users\pawan\AppData\Local\atom\app-1.50.0\resources\app\static\:11:348255) at AtomEnvironment.dispatchApplicationMenu