Roundcube Community Forum

 

Issues hmail autoresponder + firefox?

Started by Monty, June 04, 2009, 06:49:58 PM

Previous topic - Next topic

Monty

Hello people,

A customer contacted me with a problem with the autoresponder plugin for hmail on roundcube.

It was not possible to "save" the autoresponder message; the message was typed in, the checkbox was checked and the settings were confirmed by clicking the save button. Then nothing really happens (no green box on top saying settings saved succesfully or something like that).

When looking in the autoresponder settings screen again, the autoresponder wasn't enabled and the message wasn't saved.

This only happens with firefox, no issues with internet explorer 7 & 8.
The weird part is that this worked for the exact same person with myroundcube and the autoresponder before the upgrade.

I use the latest available plugin atm (4th of June  2009). Could this be a firefox particular problem?

rosali

Bug confirmed. Other hMailServer plugins are affected as well. Looks like Firefox does not like the method I use to submit the form by javascript after successful form validation. I will look into it this weekend and post here as soon as an update is online.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Monty

Thanks for the quick confirmation!

I'll stay tuned at this thread. :)

The updated plugins will be available from the usual download location I assume?

rosali

You can fix it yourself. Look into the plugin js file and replace ...

autoresponderform.submit();

... by ...

document.forms.autoresponderform.submit();

Not tested, but it should work (700i Webmaster Tips | Firefox Javascript and Form Submit).
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Monty

#4
I tested the solution and got confirmation that it works now!

Thanks for the help!

rosali

Regards,
Rosali
__________________
MyRoundcube Project (commercial)