You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""In addition to L{EditableText}, handles reporting of selection changes for objects which notify of them.
241
290
To have selection changes reported, the object must notify of selection changes via the caret event.
@@ -873,30 +922,6 @@ def event_alert(self):
873
922
874
923
event_show=event_alert
875
924
876
-
classEditableTextWithSuggestions(NVDAObject):
877
-
"""Allows NvDA to announce appearance/disappearance of suggestions as text is entered.
878
-
This is used in various places, including Windows 10 search edit fields and others.
879
-
Subclasses should provide L{event_suggestionsOpened} and can optionally override L{event_suggestionsClosed}.
880
-
These events are fired when suggestions appear and disappear, respectively.
881
-
"""
882
-
883
-
defevent_suggestionsOpened(self):
884
-
"""Called when suggestions appear when text is entered e.g. search suggestions.
885
-
Subclasses should provide custom implementations if possible.
886
-
By default NVDA will announce appearance of suggestions using speech, braille or a sound will be played.
887
-
"""
888
-
# Translators: Announced in braille when suggestions appear when search term is entered in various search fields such as Start search box in Windows 10.
0 commit comments