To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93419
User af changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Oct 21 15:56:29 +0000
2008 -------
I think there is a simpler and more straight forward fix.
In AccessibleContextBase::CommitChange() an event object is created with the
reference to the object that is currently being created, regardless of wether
FireEvent() really uses the event object or not. In this case it does not
because mnClientId is initialized with 0 and set to a non-zero value only when
the first listener is added. This can happen only when the new accessibility
object is completely constructed. So, my proposed fix just guards the
construction of the event object with a check for mnClientId being not zero.
I have to find a place to verify this, and accessibility enabled Linux machines
are not so easy to come by.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]