-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Java Access Bridge announcement fixes: toggle buttons, window titles, position information #13744
Conversation
…tive, fixes issue when some commands would identify the wrong window in java applications.
…ce when it may lead to joining words.
See test results for failed build of commit f452fb1228 |
@mwhapples |
IntelliJ, Android Studio, PyCharm and other JetBrains IDEs use Java Access Bridge. I also use those tools daily so am interested in fixing issues with those. I will take a look at that and other related issues. However for the purposes of this pull request, I think #13039 is out of scope and should be dealt with in another pull request. I prefer to keep pull requests small and targeted so that functionality/fixes do not get blocked by other fixes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally LGTM, some minor changes needed
This PR description is quite hard to follow. |
I could improve the description if that would help. I tend to rely upon the referenced issue providing the detail, but I could supply more detail in this case to help clarify what were the bugs. |
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
See test results for failed build of commit d7c3f943d4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mwhapples - I can tidy up the PR description
Link to issue number:
Fixes #9184 and fixes #9728
Summary of the issue:
A number of features in Java Access Bridge were not working optimally.
Description of how this pull request fixes the issue:
Testing strategy:
Manual following steps in issue #9728 and unit tests for HTML processing.
Known issues with pull request:
None known.
Change log entries:
New features
Changes
Bug fixes
For Developers
Code Review Checklist: