You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2006/05/15 16:34:23 UTC

svn commit: r406638 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: bruno
Date: Mon May 15 07:34:22 2006
New Revision: 406638

URL: http://svn.apache.org/viewcvs?rev=406638&view=rev
Log:
added some updates

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=406638&r1=406637&r2=406638&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Mon May 15 07:34:22 2006
@@ -182,6 +182,14 @@
   <release version="@version@" date="@date@">
 -->
   <release version="2.1.10" date="TBD">
+    <action dev="BRD" type="fix">
+      CForms/Ajax: when the Ajax-update contained an empty textarea, IE failed to parse this correctly,
+      displaying '&lt;/span>&lt;/div>' in the textarea. Fixed by adding an explicit closing tag for
+      textareas.
+    </action>
+    <action dev="BRD" type="fix">
+      CForms: widgets in unions lost their value when switching between union cases.
+    </action>
     <action dev="AG" type="update">
       Updated axis to 1.4 and commons-collections to 3.2.
     </action>