Joseph Lee

Results 181 comments of Joseph Lee

Hi, Stack Overflow discussions do reference PEP8 which advises using underscores, but do have a note about using whatever style a project has adopted. In case of NVDA, it uses...

Hi, I think adding to the log viewer would suffice for this issue - when adding this info to About dialog (once 64-bit NVDA is ready for testing), please reference...

Hi, I think this also happens without any File Explorer part of explorer.exe open - when NVDA closes, explorer.exe (process itself) may restart. The next step would be figuring out...

Hi, when this happens again, press NVDA+F1 to open the log viewer. The name of the file causing the problem will be listed after a traceback (typically nvda.exe). Thanks.

Hi, can you try with 2023.3 and 2024.1 beta 3 and see if that makes any difference? Thanks.

Hi, I think part of the issue of getting add-ons (or parts thereof) accepted into NVDA Core has to do with coding style and keeping up with NVDA changes from...

Hi, does this happen on newer Windows 10 releases such as 21H2? That’s the biggest concern apart from the log we have here (Versio n2004 is out of support). Thanks

Hi, one way to “resolve” (in quotes) this is moving the system focus to an app other than Edge (say, desktop). A more sophisticated solution is checking focus ancestors to...

Hi, Possible cause: focus ancestor check is loose - currently, NVDA only compares app module instances. Possible solution: tighten focus ancestor checks: 1. Inside the UIA notification event handler, check...

Hi, cause: limited UIA notification constraints. We can try expanding UIA notification event check to include focus ancestry in addition to app module. Thanks.