Author Topic: None of the links are working in 1.0.0  (Read 2911 times)

Offline stib

  • Jr. Member
  • **
  • Posts: 14
None of the links are working in 1.0.0
« on: April 09, 2014, 09:40:01 AM »
I just upgraded to 1.0.0 and the new interface doesn't seem to be functioning. If I hover over say, a mail folder I see in firefoxe's status bar thing the correct url - eg http://myserver.com/roundcube/?_task=mail&_mbox=INBOX.mailfolder but the mouse doesn't act as though it were a link. If I look at the element in the developer tools I see this:
Code: [Select]
<a rel="INBOX.dlf" onclick="return rcmail.command('list','INBOX.mailfolder',this)" href="./?_task=mail&_mbox=INBOX.mailfolder">
    mailfolder
</a>
I can right-click and open the link in a new tab, however no email messages are displayed in any of my mailboxes.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: None of the links are working in 1.0.0
« Reply #1 on: April 09, 2014, 11:42:16 AM »
Are you using any plugins?

Offline stib

  • Jr. Member
  • **
  • Posts: 14
Re: None of the links are working in 1.0.0
« Reply #2 on: April 09, 2014, 09:59:04 PM »
Thanks, I checked my config and by a process of elimination found it was 'message_highlight' that was causing the problem.