Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 07/Aug/12 10:45 PM
Description:

The form jelly library uses table for layout. The repeatable jelly template inserts div elements. If a repeatable jelly template is expanded in a form then there are div elements that are children of the table element. This is not valid HTML and results in undefined behavior.

According to the HTML 4 spec a table element cannot directly contain a div element. A table row or table data element can contain a div element but not a table element directly:

Project: Jenkins
Priority: Major Major
Reporter: Corey O'Connor
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to