STR:
- Open the Start Menu.
- Type a few characters until suggestions appear; e.g. type n then o.
- Press escape.
- Expected: Focus should return to where it was before step 1.
- Actual: NVDA reports that focus is on a Bing document. However, keyboard focus is actually where it was before step 1.
The hasFocus property on the document returns False by the time I can look. I'm guessing it has focus when it fires the event (because we should otherwise be blocking it), but I'm not sure.
STR:
The
hasFocusproperty on the document returns False by the time I can look. I'm guessing it has focus when it fires the event (because we should otherwise be blocking it), but I'm not sure.