To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92103
------- Additional comments from [email protected] Wed Apr 1 22:44:15 +0000 2009 ------- williewalker->OD: the AT-SPI event model is such that one registers for event types in general instead of registering for events on specific objects. So, it should be OK to emit object:state-changed:expanded events for these objects. A GTK+ example of where we see this can be found in the gtk-demo application (/usr/demo/jds/bin/gtk-demo on OpenSolaris). The "Icon View" item in the tree table is an accessible table cell object with the EXPANDABLE and TRANSIENT states and it emits the appropriate events. Here's some examples from accerciser when I expand/collapse the object: object:state-changed:expanded(1, 0, None) source: [table cell | Icon View] application: [application | gtk-demo] object:state-changed:expanded(0, 0, None) source: [table cell | Icon View] application: [application | gtk-demo] --------------------------------------------------------------------- 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]
