Confirmed users
1,396
edits
| Line 863: | Line 863: | ||
Virtual cursor is accessible position attached to the accessible document. It's unique per document. | Virtual cursor is accessible position attached to the accessible document. It's unique per document. | ||
<pre> | <pre> | ||
| Line 874: | Line 871: | ||
Whenever the virtual cursor position is changed then ''cursor_moved'' event is fired. | Whenever the virtual cursor position is changed then ''cursor_moved'' event is fired. | ||
Questions/concerns: | |||
* Ensure that the virtual cursor is survivable. If it ends up in the hidden sub-tree for example. If subtee gets destroyed then cursor should be moved. If AccessiblePos doesn't have matching function then it's unclear where it should be moved. | |||
* Also take into account walking to/from parent/child frames | |||
==Text== | ==Text== | ||