Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1094

contrib:Table generates incorrect style tags inside headers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 4.0.2
    • None
    • Contrib
    • None

    Description

      When you define styling for the headers (th) of your contrib:Table via CSS, the HTML that is generated has the <style> tags incorrectly indented in the <th> tags, and as a result IE 6.0 (and maybe other browsers too) does not style the header correctly.

      Here's an example:

      <th class="TableNameColumnHeader">

      <style>
      .tableHeaderImage

      { align:center; }

      </style>

      <table class="tableHeaderTable" >
      <tr>
      <td><a href="somewhere">Table Name</a></td>

      </tr>
      </table>

      </th>

      Attachments

        Activity

          People

            Unassigned Unassigned
            christos Christos Hadjistyllis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: