[
https://issues.apache.org/jira/browse/TIKA-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Syed Osama Anwer updated TIKA-3020:
-----------------------------------
Description:
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 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
was:
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=877,height=421!
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
> 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
> 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 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)