Roundcube Community Forum

Release Support => Pending Issues => Topic started by: psk on November 12, 2010, 04:46:19 AM

Title: Address book related issues
Post by: psk on November 12, 2010, 04:46:19 AM
I'm having some weird problem with address book.

I have two address book, a public LDAP and a private SQL for each user.

The problems are:

1.- If I select a contact from LDAP ABook and I click the "Send message to..." button, a new compose window is open, but the destination email isn't write automatically. This problem doesn't happen if I select a contact from private SQL ABook.

2.-Only in LDAP ABook, the contextual menu (righ button of mouse) is not showed for many contacts, but yes for other. In private ABook, always work fine.

3.- The search button (magnifying glass) doesn't work. I need write the search string and press ENTER from my keyboard and then work.

Maybe some bugs?


Regards and thank you very much for your great work.


PD: I verified that problem no.1 doesn't happen if I disable the "Compose_newwindow" plugin.
Title: Address book related issues
Post by: JohnDoh on November 12, 2010, 01:20:21 PM
Quote2.-Only in LDAP ABook, the contextual menu (righ button of mouse) is not showed for many contacts, but yes for other. In private ABook, always work fine.

I'm afriad i dont have access to any LDAP addressbooks but if you can find the problem then please send me a patch.

Update: this has now been fixed in the repo version.
Title: Address book related issues
Post by: psk on November 15, 2010, 02:45:25 AM
Quote from: JohnDoh;31247I'm afriad i dont have access to any LDAP addressbooks but if you can find the problem then please send me a patch.

Update: this has now been fixed in the repo version.

I have a 0.4v with some modifications, so I can't apply updates directly. Can you say me what was the problem?

Regards and Thx.
Title: Address book related issues
Post by: JohnDoh on November 15, 2010, 02:58:17 AM
take a look at the change to contextmenu.js here https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/commit/6078322cffbc10a5892a21ef849ffb6e6c668759
Title: Address book related issues
Post by: psk on November 15, 2010, 03:41:58 AM
Thank you very much.