Hello,
I installed today contextmenu plugin and nothings display on the windows.
After few minutes seaching the reason of this problème I discovered that even in the first position the contextmenu can't work.
Deleting « compose_newwindow » plugin it works again.
Probabling an incompatibility between this 2 tools.
It's a shame: compose_newwindow is very usefull.
When you click on "Write a new message" open message in New Window
My tests :
- $rcmail_config['plugins'] =
array('jqueryui','compose_newwindow','compose_addressbook');
works perfectly (My plugin config before)
- $rcmail_config['plugins'] = array('contextmenu','jqueryui','compose_newwindow','compose_addressbook');
doesn't work.
- $rcmail_config['plugins'] = array('contextmenu','jqueryui','compose_addressbook');
works.
I'm sure you cant reproduce the problem.
Version used :
- roundcube 0.4
- compose_newwindow-2.05.tar.gz last version
- contextmenu for RoundCube 0.4-stable : last version
Regards.
Hi, please search the forum to see if your question has already been answered before posting, if it has then you'll get the answer quicker!. This is a known bug: http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/7169-compose-new-window-plugin.html
Sorry.
I made a search with contextmenu and didn't find this thread.
Next time I will search accuratly.
Thanks for the precious answer.