https://issues.apache.org/ooo/show_bug.cgi?id=124970

h...@apache.org <h...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steve.yin....@gmail.com

--- Comment #7 from h...@apache.org <h...@apache.org> ---
(In reply to Ariel Constenla-Haile from comment #5)
> I cannot reproduce it.

Unfortunately it's the same here.

> Do you have any assistive technology enabled?

@Richard: Please check the SystemMenu->SystemPreferences->Accessibility page
and remember if anything has been changed there from its default.

> The backtrace on the crash report shows that scrolling triggers an
> accessibility notification, and the crash happens on 
> DocumentFocusListener::notifyEvent(com::sun::star::accessibility::
> AccessibleEventObject const&)
> vcl/aqua/source/a11y/documentfocuslistener.cxx

DocumentFocusListener::notifyEvent() has one of this do-no-good explicit
throw-lists, which in this case only allow a RuntimeException. Since
unexpected() is invoked in this method it means that one of its callees must
have thrown something different. It would be important to know where and what
exception is being thrown, but I'm afraid that is only possible if a developer
can reproduce it.

I wonder if this has to do with some Coverity bugs where several problems were
reported in the A11Y code with exceptions being thrown not matching their
throw-lists.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to