https://github.com/godbout/axbugswithcatalystapps
FB9813359.
https://github.com/godbout/axbugswithcatalystapps
Last synced: 2 months ago
JSON representation
FB9813359.
- Host: GitHub
- URL: https://github.com/godbout/axbugswithcatalystapps
- Owner: godbout
- Created: 2021-12-18T15:50:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T15:24:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T02:07:39.702Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 20.9 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://user-images.githubusercontent.com/121373/146649497-e70d434e-a9b8-4712-a677-3a74e750b9fc.mp4
# to see wrong line number and line range
1. launch the app
2. add the app to Accessibility after the prompt
3. click the `get AX info` button
4. you have 4 seconds to click in a Catalyst app input field
5. see result of line range in Xcode consolebug in all Catalyst apps.
# to see not being able to set selected text
1. launch the app
2. add the app to Accessibility after the prompt
3. click the `write \"hehe\" somewhere at the beginning of field` button
4. you have 4 seconds to click in a Catalyst app input field
5. see some text being selected but not replaced by "hehe"bug in all Catalyst apps.