Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-3253

Object label displayed in edit object mode can overlap content

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 1.8 RC2, 1.9 M1
    • 1.8 RC1
    • {Unused} Core
    • 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.

      Attachments

        Activity

          People

            vmassol Vincent Massol
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: