If a user fills in the Contact Us form and neglects to enter a real email address, the "Loading..." alert remains on the screen indefinitely and the Submit button remains grayed out. This can be reproduced in any browser.
(http://img684.imageshack.us/img684/1740/loadingrv.jpg)
Since Roundcube binds the loading message automatically to forms in unauthenticated state ( app.js.src line 388 ) the plugin is incompatible with RC 0.5.2 (maybe other 0.5.x versions aswell).
To fix it, add in conactus.php line 52:
$rcmail->output->set_env('task','dummy');
If you are sure that the issue is no configuartion problem, I suggest to raise a ticket in future if you encounter a bug.
myroundcube - RoundCube Plugins - Google Project Hosting (http://myroundcube.googlecode.com)
Quote from: rosali;34617If you are sure that the issue is no configuartion problem, I suggest to raise a ticket in future if you encounter a bug.
myroundcube - RoundCube Plugins - Google Project Hosting (http://myroundcube.googlecode.com)
Will do. Thanks again.