Bug when Copy-paste inline image - Path modified in SLA

Previous topic - Next topic

zacl

Hi, When I copy an inline image in a text frame and paste it in this frame or another, the image disappear for each copy.

In the SLA code I noticed a change that occure each time I paste the inline image :

  • ItemID of FRAMEOBJECT of the inline image is changed. Reference InID is kept.
  • The Path to the image change from relative to absolute. Changing it back to relative make it work!

If think it is a bug. What do you think?

working code of inlane image

<FRAMEOBJECT InID="22317" XPOS="0" YPOS="0" OwnPage="-1" ItemID="220454048" ... PFILE="2023-01-09 14_58_11-.png"...>
   

altered code of inlane image

<FRAMEOBJECT InID="22317" XPOS="0" YPOS="0" OwnPage="-1" ItemID="220624816" ... PFILE="C:/Pictures/autre/2023-01-09 14_58_11-.png" ...>