Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-24598

Line's height in table is not consistent

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Low
    • None
    • 4.1.4
    • None

    Description

      Hi

      This is the code of a simple table generate by the editor

      <table>
              <tbody>
                  <tr>
                      <th>1</th>
                      <th>2</th>
                  </tr>
                  <tr>
                      <td>3</td>
                      <td>4</td>
                  </tr>
                  <tr>
                      <td>5</td>
                      <td>6</td>
                  </tr>
                  <tr>
                      <td>7</td>
                      <td>8</td>
                  </tr>
              </tbody>
          </table>
      

      If if I go in a cell (4 for example) type a carriage return and delete it, the line containing this cell is now higher than the others.

      The code for the table is now:

      <table>
              <tbody>
                  <tr>
                      <th>1</th>
                      <th>2</th>
                  </tr>
                  <tr>
                      <td>3</td>
                      <td>
                          <p>4</p>
                      </td>
                  </tr>
                  <tr>
                      <td>5</td>
                      <td>6</td>
                  </tr>
                  <tr>
                      <td>7</td>
                      <td>8</td>
                  </tr>
              </tbody>
          </table> 
      

      Attachments

        Issue Links

          Activity

            People

              shaffenden Steve Haffenden (Inactive)
              3b1758b91ced Xavier Domont
              Votes:
              4 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: