Re: Accessibility
"'Neil Hodgson' via scite-interest" <[email protected]>
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Mike, > But if this list is on-screen, neither screen reader can "see" it, it is silent. > … > Am I right in assuming this is a visible list? I should be able to scroll down this list and pick a word, but it never seems to receive keyboard focus so my screen readers do not work. Autocompletion lists are visible hints that disappear automatically if typing produces a prefix with no matching list entry. Since typing still goes into the Scintilla text and the caret is still displayed there, Scintilla retains the focus. Some keys (cursor movement, tab, enter, …) are channeled from Scintilla to the list but the list never receives focus. If I recall correctly, moving the focus to the popup caused problems but that hasn’t been examined recently. There’d at least have to be a ‘pretend-focused’ mode to ensure correct appearance and there would likely be issues with routing key (maybe mouse?) events from the list (or component of the list) up to Scintilla and its containers. Neil -- You received this message because you are subscribed to the Google Groups "scite-interest" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/135EDC53-89FC-4CFA-96B1-9D0F8FB0CB10%40me.com.