Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta to master #16517

Merged
merged 12 commits into from May 10, 2024
Merged

Beta to master #16517

merged 12 commits into from May 10, 2024

Conversation

seanbudd
Copy link
Member

No description provided.

seanbudd and others added 12 commits May 7, 2024 14:02
From translation svn revision: 80115

Authors:
Bernd Dorer <bdorer@mailbox.org>
David Parduhn <xkill85@gmx.net>
Rene Linke <rene.linke@hamburg.de>
Adriani Botez <adriani.botez@gmail.com>
Karl Eick <hozosch@web.de>
Robert Hänggi <aarjay.robert@gmail.com>
Astrid Waldschmetterling <a.r.waldschmetterling@gmx.de>

Stats:
5	5	user_docs/de/changes.md
 1 file changed, 5 insertions(+), 5 deletions(-)
From translation svn revision: 80115

Authors:
Cleverson Casarin Uliana <nvdasrt@clul.router5.com>
Marlin Rodrigues <marlincgrodrigues@yahoo.com.br>
Tiago Melo Casal <tcasal@intervox.nce.ufrj.br>
Lucas Antonio <lucasantoniocwb@gmail.com>

Stats:
174	21	user_docs/pt_BR/userGuide.md
 1 file changed, 174 insertions(+), 21 deletions(-)
From translation svn revision: 80115

Authors:
Zvonimir Stanecic <zvonimirek222@yandex.com>
Aleksandr Lin'kov <kvark128@yandex.ru>

Stats:
219	172	source/locale/ru/symbols.dic
 1 file changed, 219 insertions(+), 172 deletions(-)
From translation svn revision: 80115

Authors:
Dinakar T.D. <td.dinkar@gmail.com>

Stats:
80	28	user_docs/ta/userGuide.md
 1 file changed, 80 insertions(+), 28 deletions(-)
From translation svn revision: 80115
Discussed here: https://groups.io/g/nvda-translations/message/3819

Summary of the issue:
In 2023.2, the user guide heading numbering for the Arabic translation switched to using Western Arabic numbering.
2024.1 mistakenly switched this back to Eastern Arabic numbering.

Description of user facing changes
Restore Western Arabic numbering style for headings.

Description of development approach
Updated CSS to reflect Western Arabic numbering style i.e. .1.2.3, .1.2.4
…ument (#16430)

Closes #16407

Summary of the issue:
Exception during style navigation command in an empty document

Description of user facing changes
N/A

Description of development approach
Detecting this case and returning early.
Closes #16436.

Summary of the issue:
Text paragraph navigation hangs in UIA edge near the end of document.

Description of user facing changes
N/A

Description of development approach
Replaced logic to find next paragraph with already polished function from another PR. It's got a condition that prevents hanging in this case.
Summary of the issue:
Suppose some text is selected in NVDA log viewer. Caret can be either at the beginning or at the end of selection, depending on whether we selected text back or forward. Now when calling

focus.makeTextInfo('caret')
I observed that instead of actual caret position, it always returns the beginning of the selection, which is wrong.

Description of user facing changes
N/A as far as I can tell.

Description of development approach
This PR fixes bug in NVDAObjects.window.edit.ITextDocumentTextInfo class.
I query ITextSelection.Flags and check whetehr tomSelStartActive flag is set, and depending on that I collapse either to beginning or to the end depending where the curosr actually is located at the moment.
Fixes #16362

Summary of the issue:
When cache files of the add-on store contain invalid data, NVDA is restarted.

Description of user facing changes
None

Description of development approach
In the _getCachedAddonData function of the _DataManager class, a cachedAddonDatavariable will try to get the value of the _createStoreCollectionFromJson(data)`.
So, if data doesn't match that model, the same exception of other invalid required values will be raised, and NVDA won't be restarted.
@seanbudd seanbudd requested review from a team as code owners May 10, 2024 02:18
@seanbudd seanbudd merged commit 3019cb7 into master May 10, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants