[
https://issues.apache.org/jira/browse/TIKA-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17009196#comment-17009196
]
Hudson commented on TIKA-3020:
------------------------------
UNSTABLE: Integrated in Jenkins build Tika-trunk #1764 (See
[https://builds.apache.org/job/Tika-trunk/1764/])
TIKA-3020 -- fix bug in <tr> handling in KeynoteContentHandler (tallison:
[https://github.com/apache/tika/commit/64f0f9c59cf50e69a39a4133091021b6c3872b57])
* (edit)
tika-parsers/src/test/java/org/apache/tika/parser/iwork/IWorkParserTest.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/iwork/KeynoteContentHandler.java
> 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)