-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.6-SNAPSHOT
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Diff
When applying the HTML content differ (daisydiff) to Office presentation files converted to HTML (using the default office2html converter), the differences are not highlighted.
So for now we don't suggest the HTML content diff for Office presentation files, but only the text content diff that works well.
The blacklisted mime types are:
application/vnd.ms-powerpoint application/vnd.sun.xml.impress application/vnd.sun.xml.impress.template application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.presentation-template application/vnd.openxmlformats-officedocument.presentationml.presentation
See ContentDiffHelper#getHtmlConversionBlackListedMimeTypes() for the complete list of blacklisted mime types.
We would like to find a good way to do this and activate the HTML content diff link for these files.
- is required by
-
NXP-8591 Contribute a binary content differ based on HTML or Text conversion
- Resolved