-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
Beta to master #16517
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge master to beta
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
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.