[
https://issues.apache.org/jira/browse/TIKA-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-3020.
-------------------------------
Fix Version/s: 1.24
Resolution: Fixed
Thank you for reporting this! Let us know if there are any surprises with the
fix.
> Keynote Parser | KeynoteContentHandler - <tr> start & end element handler
> method being called incorrectly
> ---------------------------------------------------------------------------------------------------------
>
> 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
> Priority: Major
> Fix For: 1.24
>
> 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|width=600,height=288!
> the currentColumn value is not being incremented and causing following bugs:
> * {color:#505f79}_*this.xhtml.startElement("tr")*_{color} being called x
> number of times per row; where x = number of columns in a row
> * {color:#505f79}_*this.xhtml.endElement("tr")*_ {color}not being called
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)