Author Topic: [0.5.2] Contact Us form hangs  (Read 3010 times)

Offline jeffshead

  • Full Member
  • ***
  • Posts: 71
[0.5.2] Contact Us form hangs
« 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.


Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
[0.5.2] Contact Us form hangs
« Reply #1 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');
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
[0.5.2] Contact Us form hangs
« Reply #2 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
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline jeffshead

  • Full Member
  • ***
  • Posts: 71
[0.5.2] Contact Us form hangs
« Reply #3 on: May 04, 2011, 08:42:45 AM »
Quote from: rosali;34617
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


Will do. Thanks again.