Beaker: Doesn't open link first time if beaker is not running already

Created on 21 Mar 2018  路  8Comments  路  Source: beakerbrowser/beaker

Operating system: macOS High Sierra

This is:

  • [x] a bug
  • [ ] general feedback

Exepcted:

As the default browser it a system request to open a link should open the browser app then load the link.

What happens:

If the browser is closed and you click some link somewhere, e.g. in my code editor it opens the browser, however, it doesn't open the link.

If I click the link again the an new tab is opened in Beaker with that link. This is what I expected to happen the first time around.

bug

Most helpful comment

Fix pushed 57615ff77a256e810668122ec1dd2bb8629ef5a9

All 8 comments

Thanks for reporting! We'll check into that.

Got a fix tested and committed, thanks again for reporting

Cool, thanks 馃憤

Was the fix tested on Windows? I'm using a build from the latest source and it seems to be broken (on Windows). This might actually be a different bug as links aren't opened even when Beaker is already running

Are you sure your custom build was being used? On OSX it was tricky to verify this without doing to full install flow, I had to use open -a $CUSTOM_BUILD dat://.../ to specify which version to open with.

I'll double check after release to be sure.

I had built the installer and installed over the existing beta install. I pulled the latest from master just now and rebuilt and installed and the most recent commit fixing data: urls to be treated as urls seems to be in effect (I generated a data: url and beaker uses it as a url instead of searching for it as text) but beaker still doesn't load the link that opened the browser.

Ok thanks, good way to check that. I'll do some windows testing.

Fix pushed 57615ff77a256e810668122ec1dd2bb8629ef5a9

Was this page helpful?
0 / 5 - 0 ratings