DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31527>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31527 Test OnTabShownHandlers in form-libs.js fails if none set for tabgroup [PATCH] Summary: Test OnTabShownHandlers in form-libs.js fails if none set for tabgroup [PATCH] Product: Cocoon 2 Version: Current CVS 2.1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: CocoonForms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The function form_showTab is used for groups of the style tabs and the style choice. If you have both types of groups in your form then onTabShownHandlers ! = null, but onTabShownHandlers[tabgroup] == null for the group with style choice. Therefore the function form_showTab should also test for onTabShownHandlers[tabgroup] != null.
