Roundcube Community Forum

 

[0.5.2] Contact Us form hangs

Started by jeffshead, May 03, 2011, 05:26:39 AM

Previous topic - Next topic

jeffshead

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.


rosali

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');
Regards,
Rosali

rosali

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
Regards,
Rosali

jeffshead

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

Will do. Thanks again.