On Mon, Feb 23, 2015 at 10:51:57AM -0600, Pete Brunet wrote: > Alex, et al. FYI > > On 2/23/15 10:29 AM, [email protected] wrote: > > https://bugs.linuxfoundation.org/show_bug.cgi?id=1263 > > Bug #: 1263 > Summary: Need event to fire when a relation is added/removed > Product: Accessibility > Version: rc > Platform: All > OS/Version: All > Status: NEW > Severity: normal > Priority: P2 > Component: IAccessible2 > AssignedTo: [email protected] > ReportedBy: [email protected] > Classification: Unclassified > > > I work on Google Chrome's accessibility support. There doesn't seem to be a > good event to fire on Windows when an IAccessible2 object's relations change, > i.e. when IAccessible2::relations() would return a different answer than > before > - assuming that no other property of the object happens to change. > > There might be a tiny handful of other object properties that could change > that > don't have a specific associated event, it might be worth auditing the API to > see.
It seems to me that's kind of backwards and it would make more sense to wait on adding events until there are people who want to listen for them. Trev > > The remaining cases are somewhat obscure, so I wonder if instead or in > addition > it might make sense to have an event meaning that *any* property of an object > changed without specifying which one. As another use for this, if lots of > properties of an object change at once (name, description, role, etc.) a > server > could fire just one event instead of multiple. > > > -- > Pete Brunet > > a11ysoft - Accessibility Architecture and Development > (512) 467-4706 (work), (512) 689-4155 (cell) > Skype: pete.brunet > IM: ptbrunet (AOL, Google), [email protected] (MSN) > http://www.a11ysoft.com/about/ > Ionosphere: WS4G > _______________________________________________ > Accessibility-ia2 mailing list > [email protected] > https://lists.linuxfoundation.org/mailman/listinfo/accessibility-ia2 _______________________________________________ Accessibility-ia2 mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/accessibility-ia2
