[Libreoffice-bugs] [Bug 121044] Form-Control: Button lost icon

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Oct 30 18:10:20 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=121044

Oliver Brinzing <oliver.brinzing at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver.brinzing at gmx.de

--- Comment #2 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
Created attachment 146171
  --> https://bugs.documentfoundation.org/attachment.cgi?id=146171&action=edit
test file created with LO 5.4.7.2

your attached file has an *absolute* link to the png file:

<form:button form:name="PushButton"
form:control-implementation="ooo:com.sun.star.form.component.CommandButton"
xml:id="control1" form:id="control1" form:label="Ende OHNE Speichern"
xlink:href="" 
form:image-data="file:///K:/Daten/Tools%20&%20Technik/OpenDocumentFormat/Musterdateien/Kasse/VR_Icon_09.png"
form:delay-for-repeat="PT0.050000000S" form:image-position="top"
form:image-align="center">

but i think this is a bug:
- downloaded file and png into same folder
- opened file with LO 5.4.7.2/LO 6.0.7 and added the file URL.
- LO will save a *relative* URL:
  <form:button form:name="PushButton" form:control-
  implementation="ooo:com.sun.star.form.component.CommandButton"
  xml:id="control1" form:id="control1" form:label="Ende OHNE Speichern" 
  xlink:href="" form:image-data="../VR_Icon_09.png" form:delay-for-
  repeat="PT0.050000000S" form:image-position="top" form:image-align="center">
- save and reload: png is visible
- open file with LO 6.1.3.1: png is not visible

caused by new graphic handling in LO 6.1?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181030/e8aaa51d/attachment.html>


More information about the Libreoffice-bugs mailing list