Application Description Language
Find a file
sb 4902e969c7 bug 2912 : David had
onsubmit="return trapEnterSubmissions(event, this);invokeSubmitHandlers(this);"

Because the 'return' is on the first statement, the second is not executed. If one reverses it to:

onsubmit="invokeSubmitHandlers(this);return trapEnterSubmissions(event, this);"

Then invokeSubmitHandlers(this) is called (setting up the shuffle widget handler) and also return trapEnterSubmissions(event, this); is called (trapping use of the enter key to submit the form).
status 2912 : resolved FIXED
2009-05-07 08:42:01 +00:00
schemas bug 2869, 2871, 2877, 2878 : Sweep up of cosmetic bugs requiring ADL language/transform changes. 2009-04-30 17:03:59 +00:00
TestApp Now generating good group security code. 2009-02-02 10:49:12 +00:00
transforms bug 2912 : David had 2009-05-07 08:42:01 +00:00
UnitTests A number of minor bugfixes whilst getting SRU Hospitality to work with current ADL. I'm confident these are all bugfixes and they will have no adverse effect on other cutomers systems (the only system that might be affected is ASL and I shall check this). 2009-01-28 18:03:42 +00:00
.cvsignore Copied all the currently working transforms from 'transforms01' to 'transforms'; created new schema 'adl-0-1-0.xsd' which once tested should become the new 2008-05-29 16:39:07 +00:00
ADL.csproj Now generating good group security code. 2009-02-02 10:49:12 +00:00
ADL.sln A number of minor bugfixes whilst getting SRU Hospitality to work with current ADL. I'm confident these are all bugfixes and they will have no adverse effect on other cutomers systems (the only system that might be affected is ASL and I shall check this). 2009-01-28 18:03:42 +00:00
documentation.css Minor prettification of style sheet 2008-07-18 16:25:53 +00:00
index.html Added an index.html page 2008-10-14 11:39:36 +00:00
test.build No significant change to anything that matters, just to the TestApp stuff. 2008-07-01 16:08:16 +00:00