[Libreoffice-bugs] [Bug 118418] New: Should implemented scrollto, scrolltopoint, scrollsubstringto, scrollsubstringtopoint
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 27 15:52:59 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=118418
Bug ID: 118418
Summary: Should implemented scrollto, scrolltopoint,
scrollsubstringto, scrollsubstringtopoint
Product: LibreOffice
Version: 6.2.0.0.alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: UI
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: samuel.thibault at ens-lyon.org
Description:
For better accessibility, libreoffice should implement the scroll*to*
accessibility calls, which allow the screen reader to fix what is shown, so
that a blind user and a sighted user can understand each other when they are
working together on a document.
Actual Results:
iaccessible2 and atspi scrollto calls have no effect
Expected Results:
iaccessible2 and atspi scrollto calls should scroll the document
Reproducible: Always
User Profile Reset: No
Additional Info:
More precisely, for instance winaccessibility/source/UAccCOM/MAccessible.cxx
reads:
STDMETHODIMP CMAccessible:: scrollTo(enum IA2ScrollType)
{
return E_NOTIMPL;
}
It should support the requested scroll instead :)
(and similar for scrollToPoint, and in
winaccessibility/source/UAccCOM/AccTextBase.cxx for scrollSubstringTo and
scrollSubstringToPoint)
The code mentioned above is for Windows, Linux' atspi2 has just gotten scrollTo
and scrollToPoint in atk 2.29.1, and scrollSubstringTo and
scrollSubstringToPoint will probably be added before 2.30 too.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180627/72f05d3e/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list