[ACP-1292]  Web UI Numeric Validation and comma decimal separator
Type Bug
Priority High
Severity Major
Component Browser Content, Server-Side Web ASP pages
Fixed In Version [8.08.0
Versions Affected [7.2a7.2a
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 1/27/2015

Description
The form validation is unaware of comma as a decimal separator. This applies to all of the forms!

Comments
6/21/2015 11:22:14 AM   Bob Denny
Completed in SCHEDULER-1184 and I forgot to close this one.
1/27/2015 4:39:32 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/acp
SVN Revision 776
Affected files /trunk/ACP Help/relnotes.htm (Modified)
/trunk/New Content Development/DC3Plugins/ValidateFormPlugin.tid.js (Modified)
/trunk/New Content Development/JQuery/bValidator/jquery.bvalidator.js (Modified)
/trunk/New Content Development/JQuery/bValidator/jquery.bvalidator.rbdfix.js (Modified)
/trunk/New Content Development/author.html (Modified)
/trunk/New Content Development/index.asp (Modified)
/trunk/WebDocs/author.html (Modified)
/trunk/WebDocs/index.asp (Modified)
Check-in comment Web forms now accept numbers with , or . as the decimal separator. The numbers are parsed at the observatory so the final validation now has to be done there. Damn it. GEM:1292
1/27/2015 4:37:25 PM   Bob Denny
This is nice, now that it will validate with either a comma or period. But who knows what is being used at the server/observatory end? Well this is a start.