Skip to content

Commit d44d658

Browse files
authored
Merge 8375b03 into df6bd07
2 parents df6bd07 + 8375b03 commit d44d658

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

source/NVDAObjects/UIA/winConsoleUIA.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,10 +450,6 @@ def event_UIA_notification(self, **kwargs):
450450
"Block notification events when diffing to prevent double reporting."
451451
log.debugWarning(f"Notification event blocked to avoid double-report: {kwargs}")
452452

453-
def _get_caretMovementDetectionUsesEvents(self) -> bool:
454-
"Windows Terminal has a good implementation of caret move detection."
455-
return True
456-
457453

458454
class _NotificationsBasedWinTerminalUIA(UIA):
459455
"""

user_docs/en/changes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ The available options are:
2727

2828
### Bug Fixes
2929

30+
* NVDA once again relies on UIA events for caret movement in XAML and WPF text controls, rather than only on manual querying of the caret position. (#16817, @LeonarddeR)
31+
* The Seika Notetaker driver now correctly generates braille input for space, backspace and dots with space/backspace gestures. (#16642, @school510587)
32+
* In on-demand speech mode, NVDA does not talk anymore when a message is opened in Outlook, when a new page is loaded in a browser or during the slideshow in PowerPoint. (#16825, @CyrilleB79)
3033
* NVDA once again relies on events for caret movement in several cases, rather than only on manual querying of the caret position.
3134
* UIA for XAML and WPF text controls. (#16817, @LeonarddeR)
3235
* IAccessible2 for browsers such as Firefox and Chromium based browsers. (#11545, #16815, @LeonarddeR)
33-
* UIA in Windows Terminal. (#16873, @codeofdusk)
3436
* When accessing Microsoft Word without UI Automation, NVDA no longer outputs garbage characters in braille in table headers defined with the set row and column header commands. (#7212)
3537
* The Seika Notetaker driver now correctly generates braille input for space, backspace and dots with space/backspace gestures. (#16642, @school510587)
3638
* Braille cursor routing is now much more reliable when a line contains one or more Unicode variation selectors or decomposed characters. (#10960, @mltony, @LeonarddeR)

0 commit comments

Comments
 (0)