https://bugs.documentfoundation.org/show_bug.cgi?id=153404
Bug ID: 153404
Summary: FILESAVE PPTX: Alt Text field of image is lost on save
in LO
Product: LibreOffice
Version: 7.5.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Impress
Assignee: [email protected]
Reporter: [email protected]
Steps to reproduce:
1. In Impress save Accessibility.odp as pptx (2007-365)
2. Close
3. Open pptx
4. Right click on image
5. Description -> Text Alternative
Expected Results:
1. Text Alternative = "ImAltText"
Actual Results:
1. Text Alternative = Blank
the exported OOXML
reads:
<p:cNvPr name="ImName" id="41" descr="ImDesc"/>
when it should read:
<p:cNvPr title="ImAltText" name="ImName" id="2" descr="ImDescW">
like Bug 148952 we do not handle title="ImAltText" on import.
--
You are receiving this mail because:
You are the assignee for the bug.