Skip to content

Commit 8b7b70f

Browse files
authored
Merge 70454b4 into 0f08ccb
2 parents 0f08ccb + 70454b4 commit 8b7b70f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

source/NVDAObjects/IAccessible/ia2TextMozilla.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ def _iterRecursiveText(self, ti: offsets.OffsetsTextInfo, controlStack, formatCo
270270
yield item
271271
elif isinstance(item, int): # Embedded object.
272272
embedded: typing.Optional[IAccessible] = _getEmbedded(ti.obj, item)
273+
if embedded is None:
274+
continue
273275
notText = _getRawTextInfo(embedded) is NVDAObjectTextInfo
274276
if controlStack is not None:
275277
controlField = self._getControlFieldForObject(embedded)

user_docs/en/changes.t2t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ What's New in NVDA
4242
- NVDA can now beep or speak on Java application progress bars (#13594)
4343
- NVDA will once again announce Start menu search result details in recent Windows 10 and 11 releases. (#13544)
4444
- In Windows 10 and 11 Calculator version 10.1908 and later, NVDA will announce results when more commands are pressed, such as commands from scientific mode. (#13386)
45+
- Fix braille output when navigating certain text in Mozilla rich edit controls, such as drafting a message in Thunderbird. (#12542)
4546
-
4647

4748

0 commit comments

Comments
 (0)