Bug 61589

Summary: Importing content does not copy hyperlink address
Product: POI Reporter: Yuriy Lozynskyy <yuralozic>
Component: XSLFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.17-FINAL   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Sample class to reproduce bug

Description Yuriy Lozynskyy 2017-10-06 13:08:53 UTC
Created attachment 35398 [details]
Sample class to reproduce bug

When importing content from another slide, hyperlink address does not get copied and resulting pptx file is broken. Problem is in org.apache.poi.xslf.usermodel.XSLFTextRun# copy(XSLFTextRun), this method does not take into account if text run contains hyperlink.
Comment 1 Andreas Beeker 2018-08-12 22:35:52 UTC
Thank you for your example. Fixed with r1837909