Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-3020

Keynote Parser | KeynoteContentHandler - <tr> start & end element handler method being called incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.22
    • 1.24
    • None
    • None

    Description

      KeynoteContent handler is calling following methods incorrectly.

      this.xhtml.startElement("tr")
      this.xhtml.endElement("tr")

       

      the currentColumn value is not being incremented and causing following bugs:

      • this.xhtml.startElement("tr") being called x number of times per row; where x = number of columns in a row
      • this.xhtml.endElement("tr") not being called 

       

       

      Attachments

        1. image-2020-01-06-15-42-47-001.png
          113 kB
          Syed Osama Anwer

        Activity

          People

            Unassigned Unassigned
            syedosamaanwer Syed Osama Anwer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: