Roundcube Community Forum

Release Support => Pending Issues => Topic started by: jeffshead on May 03, 2011, 05:26:39 AM

Title: [0.5.2] Contact Us form hangs
Post by: jeffshead on May 03, 2011, 05:26:39 AM
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)
Title: [0.5.2] Contact Us form hangs
Post by: rosali on May 04, 2011, 01:09:28 AM
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');
Title: [0.5.2] Contact Us form hangs
Post by: rosali on May 04, 2011, 01:11:26 AM
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)
Title: [0.5.2] Contact Us form hangs
Post by: jeffshead on May 04, 2011, 08:42:45 AM
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.