[Libreoffice-bugs] [Bug 136761] New: QR code uneditable after reopening document
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 14 20:28:07 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=136761
Bug ID: 136761
Summary: QR code uneditable after reopening document
Product: LibreOffice
Version: 7.0.0.3 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Draw
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: jon.tech.uk at gmail.com
When re-opening a document containing a QR code, that code is not editable.
Steps to recreate bug:
- create a new DRAW document
- menu >> insert >> object >> qr code...
- url/text >> test >> ok
- qr code appears in document
- right click qr code
- edit qr code... is available
- save document
- close document
- reopen saved document
- right click qr code
- edit qr code... is NOT available
This bus is for DRAW only. The above steps work correctly in WRITER.
Fix / workaround:
- extract content.xml file from .odg file
- remove the png tag, example:
<draw:image xlink:href="Pictures/100002010000001800000018D92FD38B996A0D40.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"
draw:mime-type="image/png"/>
- repack modified content.xml file into .odg file
- the qr code is now editable again
--
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/20200914/00587564/attachment.htm>
More information about the Libreoffice-bugs
mailing list