<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - QR code uneditable after reopening document"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=136761">136761</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>QR code uneditable after reopening document
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>7.0.0.3 release
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Draw
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>jon.tech.uk@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>