I'm confused about the following events. 1. What's the difference between TEXT_CHANGED and TEXT_UPDATED? 2. If text is inserted should we fire INSERTED but not CHANGED/UPDATED?3. Similarly, f text is removed should we fire REMOVED but not CHANGED/UPDATED? 4. Why do TEXT_CHANGED mention IAccessibleText and IAccessibleEditableText, but the others don't?
- Aaron 145 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#145> *//** This event indicates general text changes, i.e. changes to text that is /* 146 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#146> */ exposed through the IAccessibleText and IAccessibleEditableText interfaces./* 147 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#147> */ *//* 148 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#148> IA2_EVENT_TEXT_CHANGED,149 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#149> 154 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#154> *//** Text was inserted./*
155 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#155> */ *//* 156 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#156> IA2_EVENT_TEXT_INSERTED,157 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#157> 158 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#158> *//** Text was removed./*
159 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#159> */ *//* 160 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#160> IA2_EVENT_TEXT_REMOVED,161 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#161> 162 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#162> *//** Text was updated./*
163 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#163> */ *//* 164 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#164> IA2_EVENT_TEXT_UPDATED,165 <http://lxr.mozilla.org/seamonkey/source/other-licenses/ia2/AccessibleEventId.idl#165>
_______________________________________________ Accessibility-ia2 mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/accessibility-ia2
