Roundcube Community Forum

Release Support => Pending Issues => Topic started by: stib on April 09, 2014, 09:40:01 AM

Title: None of the links are working in 1.0.0
Post by: stib 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:
<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.
Title: Re: None of the links are working in 1.0.0
Post by: SKaero on April 09, 2014, 11:42:16 AM
Are you using any plugins?
Title: Re: None of the links are working in 1.0.0
Post by: stib 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.