-
Notifications
You must be signed in to change notification settings - Fork 402
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
Reaper becomes unresponsive when typing into search edit field using JAWS screen reader #7881
Labels
Accessibility
Issues related to making Surge more accessible
Bug Report
Item submitted using the Bug Report template
Windows
Windows related issues
Milestone
Comments
[PT] I neglected to specify the version of Surge XT. I downloaded the file:
surge-xt-win64-1.3.4-setup.exe
…--Pete
|
mkruselj
added
Windows
Windows related issues
Accessibility
Issues related to making Surge more accessible
labels
Nov 30, 2024
Just to follow up on this, a JAWS developer figured out what was going on with this issue.
The problem turned out not to be a JAWS problem but something wrong in the Surge code. Here is the comment from the JAWS developer on what was wrong and how to fix the issue in Surge:
“Basically, the UIA ITextRangeProvider method Move indicates that movement is successful indefinitely, when we are walking backward through a range to find the start.
i.e. range->Move(TextUnit_Character, -1, &unitsMoved);
always returns success and unitsMoved=1 when it should either return S_FALSE or set unitsMoved to 0 once the start of the edit range is reached.
I don’t know if it always does this or only on certain conditions such as when you initially start typing, but, we were caught in an infinite loop.”
Hope that helps.
…--Pete
|
Wow that sounds like a juce bug to me. We don’t interact directly with those apis in surge since 134 we’ve upgraded to juce 8 so I do wonder if the nightly exhibits this behavior also |
Would you like me to test one of the nightly builds? Would that be helpful?
Just let me know.
Thanks for passing this along to the Juice team. I have been told that JAWS will have a fix for this in the next beta and next publicly released version.
…--Pete
From: Paul ***@***.***>
Sent: Tuesday, December 3, 2024 11:10 AM
To: surge-synthesizer/surge ***@***.***>
Cc: ptorpey ***@***.***>; Author ***@***.***>
Subject: Re: [surge-synthesizer/surge] Reaper becomes unresponsive when typing into search edit field using JAWS screen reader (Issue #7881)
Wow that sounds like a juce bug to me. We don’t interact directly with those apis in surge
Let me figure out how to get this report to them
since 134 we’ve upgraded to juce 8 so I do wonder if the nightly exhibits this behavior also
—
Reply to this email directly, view it on GitHub <#7881 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADEPTJLLL5HNMOLKIZAN3LT2DXXWBAVCNFSM6AAAAABSYBYAL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJVGI3DANRYGM> .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
If you could that would be great. |
I downloaded the nightly release:
surge-xt-win64-NIGHTLY-2024-12-03-3dc58a3-setup.exe
and have some confusing results.
When I load up the VSTi Surge XT version, hit F6, and then control+F, the search field locks up as before.
When I do the same thing with the CLAPi version, hitting control+F brings up a search field with all of the FX on my system, not any instruments. There is a CLAP Surge XT FX item that I can also add which brings up the usual dialog for Surge FX’s. Perhaps the CLAPi version just opens the wrong database when using search.
???
…--Pete
From: Paul ***@***.***>
Sent: Tuesday, December 3, 2024 2:49 PM
To: surge-synthesizer/surge ***@***.***>
Cc: ptorpey ***@***.***>; Author ***@***.***>
Subject: Re: [surge-synthesizer/surge] Reaper becomes unresponsive when typing into search edit field using JAWS screen reader (Issue #7881)
If you could that would be great.
https://surge-synthesizer.github.io/nightly_XT/
—
Reply to this email directly, view it on GitHub <#7881 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADEPTJPGRB7UVWDYPZD2OL32DYRLVAVCNFSM6AAAAABSYBYAL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJVGYYTSMJUGM> .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Accessibility
Issues related to making Surge more accessible
Bug Report
Item submitted using the Bug Report template
Windows
Windows related issues
This is an accessibility issue for people using a screen reader.
I am using Reaper and the latest version of Surge XT just downloaded today.
I am unable to type in the edit field to search for instruments using the JAWS sdreen reader, but using the NVDA screen reader works fine.
Here is how the problem occurs:
I am using the latest version of Reaper and JAWS 2025.
--Pete
Bug Description:
A clear and concise description of what the bug is.
Surge XT Version
This information is found on the About screen, which you get to from the bottom right menu.
Reproduction Steps:
Steps to reproduce the behavior:
Expected Behavior:
A clear and concise description of what you expected to happen.
Screenshots:
If applicable, add screenshots/GIF/videos to help explain your problem.
Computer Information (please complete the following!):
Additional Information:
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: