Closed (fixed)
Project:
Ajax Login/Register
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2012 at 07:29 UTC
Updated:
16 Dec 2012 at 10:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
spleshkaIt is default Drupal ajax behavior.
Comment #2
dgastudio commentedhttp://drupal.org/node/1403614
Comment #3
spleshkaFirst solution is not correct. Second solution is not working (tested).
I'd better search for a better solution. Ctools solves this problem (see modal forms - they all could be submited using Enter). I will see how it is done there and implement that feature in my module.
Comment #4
dgastudio commentedgreat, thank you.
Comment #5
nitebreedSee attached (SVN, not GIT) patch. It fixes the issue for me.
Comment #6
emorency commentedHere is the git patch.
Comment #7
patrickd commentedHad same issue, patch of #6 resolves this for me
Comment #8
spleshkaThanks, it is really works. Commited to 7.x-4.x (0a6c81d).