#248987 Forms nested inside TR tags are breaking table layout (forum).
You should see no blue dashed lines. These are table captions, each one added for every FORM element placed between TR and TD tags.
Expected Results: No red background should be visible (excluding third and fourth case which should normally have red background but on right side only).
Legend
- DIV (container for table)
- TABLE
- CAPTION (outlined anonymous caption)
Case 1: div>table[width="100%"] (one form element)
Case 2: div>table[width="100%"] (4 form elements)
Case 3: div>table[width="auto"] (4 form elements)
Case 4: div>table[width="auto"] (4 form elements - last one having margin:0 set)