Details
-
Bug
-
Resolution: Fixed
-
Minor
-
1.8 RC1
-
None
Description
In editobjects there is:
<div id="field_${class.name}_${obj.number}"> <div id="field_${class.name}_${obj.number}_title" class="accordionTabTitleBar"><h6><tt><strong>${class.name}[${obj.number}]: </strong>$doc.display($firstfield, $obj)</tt></h6></div> <div id="field_${class.name}_${obj.number}_content" class="accordionTabContentBox"><div> [2/20/09 3:13:36 PM] Ludovic Dubost: $doc.display($firstfield, $obj)
Notice the $doc.display() which renders the first field of the object. If that rendering spans more than 1 line then the display can be strange.
We just need to remove the display of the first field since it's not really required and doesn't provide much added value.