From 4902e969c7c6779ccade38b5e70cf5672007c6c0 Mon Sep 17 00:00:00 2001 From: sb Date: Thu, 7 May 2009 08:42:01 +0000 Subject: [PATCH] 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 --- transforms/adl2views.xslt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/transforms/adl2views.xslt b/transforms/adl2views.xslt index bb85074..37ee3af 100755 --- a/transforms/adl2views.xslt +++ b/transforms/adl2views.xslt @@ -15,8 +15,8 @@ Transform ADL into velocity view templates $Author: sb $ - $Revision: 1.56 $ - $Date: 2009-05-06 18:02:35 $ + $Revision: 1.57 $ + $Date: 2009-05-07 08:42:01 $ --> @@ -381,7 +381,7 @@ #end #end -
+ @@ -1807,7 +1807,7 @@ Auto generated Velocity macro for , generated from ADL. - Generated using adl2views.xslt + Generated using adl2views.xslt Generation parameters were: area-name: default-url: