Bug #2314
closedCB 1.4 RC regression: Opera (latest): Username and email ajax checkers do not work
Description
The checking... sign stays forever.
Additionally it is now blocking registration forever, not allowing to register with Opera on CB 1.4 RC with the new ajax code.
Can be tried here as well:
http://www.joomlapolis.com/cb-registration/registers
(reported by Tony by email. Thank you Tony)
Updated by beat almost 14 years ago
r1437 : Adding error case to ajax checks and addMethod instead of addRule for jQuery validator plugin methods to avoid double-output of same method
Updated by beat almost 14 years ago
- Status changed from New to Assigned
- Assignee changed from krileon to beat
Updated by beat almost 14 years ago
- % Done changed from 0 to 30
After many trials, tracked down issue to a bug in the javascript minifier.
Installing latest used by jQuery 1.5.
Updated by beat almost 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 30 to 100
Switched from Google Compiler to latest UglifyJS used by jquery installing node.js from git repository http://howtonode.org/how-to-install-nodejs and fixed an unrelated lint issue in jquery-ui 1.8.9
Updated by beat almost 14 years ago
r1442 Also implemented the stopRequest in case of http error, so that form can be submitted hopefully