I'm having this issue on the login page of my site for example.

Example:
I've got a newsletter subscription form (ajax webform) in a block and the drupal login form.
When I type in a wrong password and my login form call it's validation function the proper messages are being shown.
After that whenever I click the login button, the form shows an ajax loader for a while and nothing happens.

When I turn of ajax on the webform everything is working correctly.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

David Stosik’s picture

Hi,

Are you sure you use last versions of every module (Webform 3.17, last dev for Webform AJAX) ?
I did not reproduce that bug yet, so could you please test more, and give me a list of the modules you use, that could interfere ?

Thanks,

David

David Stosik’s picture

Status: Active » Closed (duplicate)

I'm afraid that is a core issue, so I created this issue : http://drupal.org/node/1548976 .
Feel free to reopen this thread if I am wrong.

David

geertvd’s picture

David,

Does this mean you've been able to reproduce this? Would be convenient to know since this is currently a critical issue in my project and I would like to know if I should check my own code for fixing this.

Thanks,

Geert

David Stosik’s picture

Status: Closed (duplicate) » Needs review
FileSize
719 bytes

Yes reproduced. As I told you, this is a consequence of a Drupal core bug.
As this bug could take some time to fix, and your use case is quite common, I finally decided to write a workaround (that will work only on Webform AJAX, and need to be removed as soon as the original bug is fixed).
Could you please test attached path and tell me if it's OK ?

geertvd’s picture

Status: Needs review » Reviewed & tested by the community

Great!
Seems to be working for me, thanks for the quick replies.

David Stosik’s picture

Status: Reviewed & tested by the community » Fixed

Git commit c47eeed .

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.