https://bugs.documentfoundation.org/show_bug.cgi?id=119413

--- Comment #9 from Michael Meeks <michael.me...@collabora.com> ---
> @MMeeks: A bibisect seems to indicate that a Collabora developer has
> introduced a huge regression to accessibility on LibreOffice 6.1.

Regressions are an expected part of any development. Of course, if you do no
development, you get no regressions =) I am optimistic that LibreOffice 6.0
will not have this particular problem - and we should fix 6.1 where we can.

> so this appears to be only a Linux regression.

The patch in question:
https://gerrit.libreoffice.org/gitweb?p=core.git;a=patch;h=7a8ed362eb163ac15a000ba1cfc74b58315800a1

has no Linux conditionality whatsoever.

As such - I suspect that this is actually an ORCA issue - of expecting an image
to have a URL that can be read to people for all graphics, when this is no
longer the case necessarily. The deprecated properties are
'ParaBackGraphicURL', 'BackGraphicURL', 'HeaderBackGraphicURL',
'FooterBackGraphicURL' 

I imagine the code path that is hit is:

+        case MID_GRAPHIC_URL:
+        {
+            throw uno::RuntimeException("Getting from this property is not
unsupported");
+        }
+        break;

I would suggest grepping ORCA for where these properties are fetched and
handling the exception.

HTH.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to