[ 
https://issues.apache.org/jira/browse/TIKA-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823278#comment-16823278
 ] 

Hudson commented on TIKA-2555:
------------------------------

SUCCESS: Integrated in Jenkins build Tika-trunk #1645 (See 
[https://builds.apache.org/job/Tika-trunk/1645/])
TIKA-2555 -- fixed overlapping tags in XWPFWordExtractorDecorator (docx 
(grossws: 
[https://github.com/apache/tika/commit/919768a649ebb4585ce45cf0f0a37ee0bb371355])
* (add) 
tika-parsers/src/main/java/org/apache/tika/parser/microsoft/FormattingUtils.java
* (edit) 
tika-parsers/src/test/java/org/apache/tika/parser/microsoft/ooxml/OOXMLParserTest.java
* (edit) 
tika-parsers/src/main/java/org/apache/tika/parser/microsoft/ooxml/XWPFWordExtractorDecorator.java


> Text with [underline] + [another format] in word document generates 
> overlapping html tags.
> ------------------------------------------------------------------------------------------
>
>                 Key: TIKA-2555
>                 URL: https://issues.apache.org/jira/browse/TIKA-2555
>             Project: Tika
>          Issue Type: Bug
>    Affects Versions: 1.17
>            Reporter: Serban Alexe
>            Assignee: Konstantin Gribov
>            Priority: Minor
>         Attachments: Clipboard02.jpg
>
>
> I have a sample _.docx_ document which contains one single line of text**++.
> Making that text to be:
>  * +underlined+
>  ** AND at least one of the following two
>  * _italic_
>  * *bold*****
> will cause the generated _.xhtml_ file to contain overlapping tags.
>  
> _+Example+_:
> *+The quick brown fox jumps over the lazy dog.+*
> will result in
> <b><u>The quick brown fox jumps over the lazy dog.</b></u> 
> which causes some browser (Firefox, Chrome) to give an error and not display 
> the content of the file...
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to