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

some table cells become table header cells when exporting to OOo

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.9.1
    • 3.9.0
    • None
    • Operating System: Mandriva Linux
      PHP Version: 4.4.1
      Database and version: MySQL 4.1.14
      Browser (and version): Firefox 1.0.6
      eZP: 3.9stable rev. 17807
      ezodf: 2.0stable rev. 729

    Description

      If the original table does not contain table headers (no <th> tags is used), the exported version will have table headers in the first line

      Live example: the tables on the doc site do not necessarily contain table headers.

      See the attached screenshot.

      Steps to reproduce

      1. Create an article containing the following text in the article body:

      <table>
        <tr>
          <td>username</td>
          <td>The MySQL user (if no user is set up, use "root").</td>
        </tr>
        <tr>
          <td>password</td>
          <td>The password that belongs to the username.</td>
        </tr>
        <tr>
          <td>database</td>
          <td>The name of the database, for example "my_database".</td>
        </tr>
      </table>
      

      2. Select "Export OpenOffice.org" using the context menu and open the generated OOo file.

      Attachments

        Activity

          People

            patrick.allaert patrick.allaert
            sveta sveta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: