[Libreoffice-bugs] [Bug 45317] New: Images lose title (text alternative) when importing DOCX [accessibility]
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jan 27 00:34:55 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=45317
Bug #: 45317
Summary: Images lose title (text alternative) when importing
DOCX [accessibility]
Classification: Unclassified
Product: LibreOffice
Version: LibO 3.5.0 RC1
Platform: Other
OS/Version: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
AssignedTo: libreoffice-bugs at lists.freedesktop.org
ReportedBy: christophe.strobbe at esat.kuleuven.be
When importing a DOCX file with images that have text alternatives, the title
is thrown away; if an image had a description, this description is mapped to
the title.
Steps to reproduce the issue:
1. Create a new Word document in Microsoft Office 2010.
2. Add three images and give each one or two text alternatives, in the
following way (right-click on each image, select Format Picture from the
context menu, then go to Alt Text):
2.A: Give the first image only a title;
2.B. Give the second image only a description;
2.C. Give the third image both a title and a description.
3. Save the file as DOCX.
4. Open the file in Writer and observe the following (right-click on each
image, then select Description from the context menu):
4.A. The image that had only a title now has no text alternative;
4.B. The image that had only a description now has a title containing the
original description;
4.C. The image that had both a title and a description now has only a title
containing the original description; the description field is now empty.
Desired behaviour:
DOCX title (attribute wp:docPr/@title in document.xml) maps to ODF title
(element svg:title in content.xml);
DOCX description (attribute wp:docPr/@descr in document.xml) maps to ODF
description (element svg:desc in content.xml).
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list