To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73746
------- Additional comments from [EMAIL PROTECTED] Thu Apr 12 11:55:01 +0000 2007 ------- I think the problem may be the valueset. When a SelectItem() is called, and there are a11y listeners attached to the control they are always notified (there is no way to do a selection without the notifications). All other controls notify their state changes via the internal message loop. Now, it looks to me that the VCL-control notifications would happen synchronously or at least in some way preferred over the notifications that are done in the value-set implementation, where the a11y listeners are called directly. If this is really a timing problem, the only meaningful fix for this would be to allow selecting an entry in the value-set without sending a11y notifications. --------------------------------------------------------------------- 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]
