Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-15663

"Apply to: column" target cells are shifted when rowspan is used

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.3.0alpha1
    • 4.2.0
    • None
    • Operating System: Linux
      PHP Version: (please be specific, like '4.4.3' or '5.1.5') 5.3
      Database and version: MySql 5
      Browser (and version): Firefox 3.5

    Description

      In a table with cells using rowspan, trying to change a property for a cell and applying it to a column will shift the effect to the next column cell for rows after the rowspan.

      Steps to reproduce

      1/ paste the following code in oe
      -----------------------------
      <table width="100%" border="0" custom:summary="s">
      <tr>
      <td width="0">1-A</td>
      <td>1-B</td>
      <td>1-C</td>
      <td>1-D</td>
      </tr>
      <tr>
      <td width="0" rowspan="2">2-A</td>
      <td>2-1-B</td>
      <td>2-1-C</td>
      <td>2-1-D</td>
      </tr>
      <tr>
      <td width="0">2-2-B</td>
      <td>2-2-C</td>
      <td>2-2-D</td>
      </tr>
      <tr>
      <td width="0" rowspan="2">3-A</td>
      <td>3-1-B</td>
      <td>3-1-C</td>
      <td>3-1-D</td>
      </tr>
      <tr>
      <td width="0">3-2-B</td>
      <td>3-2-C</td>
      <td>3-2-D</td>
      </tr>
      <tr>
      <td width="0" rowspan="2">4-A</td>
      <td>4-1-B</td>
      <td>4-1-C</td>
      <td>4-1-D</td>
      </tr>
      <tr>
      <td width="0">4-2-B</td>
      <td>4-2-C</td>
      <td>4-2-D</td>
      </tr>
      </table>
      -----------------------------
      2/ edit A-1 cell, change the tag to table header or the class, and "apply to" to column.
      3/ the 2-2-B, 3-2-B, 4-2-B cell will be affected by the change

      Attachments

        Activity

          People

            andre1 andre1
            es@ez.no es@ez.no
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: