Community-edition: clicking a web link does not do anything

Created on 5 Dec 2016  路  7Comments  路  Source: ramboxapp/community-edition

Steps to reproduce

  1. Add any service with links in its content (eg: tweetdeck)
  2. Click on any link that appears in the content
  3. Neither the link opens in its tab or new tab nor in the default system browser

Expected behavior

Links are expected to open either inline, or in the default system browser.

Actual behavior

Nothing happens when you click the link.

ENVIRONMENT

Rambox: v0.4.5

OS: CentOS 7

Arch: x64

investigate

Most helpful comment

Workaround is to add this to custom code:

setInterval(function(){document.querySelectorAll('.urlPreviewText a').forEach(function(a){a.onclick=function(){window.open(this.href);return false;};});}, 3000);

All 7 comments

It should work. Did you try with other services?

Does not work with Slack, GMail and Skype too. Cannot copy the link either, right-click also does not work. There's another ticket for that.

Does not work on Gitter either. However, Discord and Tweetdeck is fine.

OS: xubuntu 16.04
Rambox v0.4.5

I think it depends of the OS, because on Windows 10 and mac OS works ok.

Workaround is to add this to custom code:

setInterval(function(){document.querySelectorAll('.urlPreviewText a').forEach(function(a){a.onclick=function(){window.open(this.href);return false;};});}, 3000);

I am experiencing the same issue on i3wm. Links work fine when using KDE or Gnome. However, when clicking links in i3wm nothing happens. Adding the custom code to each of the enabled services does not resolve the issue.

Edit: Issue turned out to be with xdg-open configuration that was only made apparent when using i3.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

juanmlambre picture juanmlambre  路  3Comments

bnn-y picture bnn-y  路  4Comments

Tseberechts picture Tseberechts  路  4Comments

igalic picture igalic  路  3Comments

leif picture leif  路  4Comments