Messages drag drop does not seem to work when contextmenu plugin is
enabled.
Yep there was one bit of refactoring which didn't get moved correctly,
I've
fixed it now thanks.
Fixes confirmed.
Also I made sure display_next doesn't confuse it. I would be interested
to
hear what the issue is relating to your scheduled_sending plugin. I
think
contextmenu should be able to play nicely with other plugins!
The 'scheduled_sending' plugin needs specific commands to be executed
when a message with a "schedule" flag is deleted. Therefore I have to
cancel 'contextmenu'. I have to re-code this part of code and everything
is fine again.
{{{
else{
// cancel contextmenu plugin
rcube_event.cancel(e);
}
}}}
Thanks very much for testing it so carefully.
Thank you for the plugin! Please drop a note @ mailing list when you
officially release the plugin.
_______________________________________________
Roundcube Development discussion mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/dev