Syed Osama Anwer created TIKA-3020:
--------------------------------------

             Summary: Keynote Parser | KeynoteContentHandler - <tr> start & end 
element handler method being called in correctly
                 Key: TIKA-3020
                 URL: https://issues.apache.org/jira/browse/TIKA-3020
             Project: Tika
          Issue Type: Bug
    Affects Versions: 1.22
            Reporter: Syed Osama Anwer
         Attachments: image-2020-01-06-15-42-47-001.png

KeynoteContent handler is calling following methods incorrectly.
{code:java}
this.xhtml.startElement("tr")
this.xhtml.endElement("tr"){code}

!image-2020-01-06-15-42-47-001.png!



the currentColumn is not being increment 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

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to