<AWT Dev> RFR: 8256109: Create implementation for NSAccessibilityButton protocol
Pankaj Bansal
pbansal at openjdk.java.net
Thu Dec 17 15:05:58 UTC 2020
On Tue, 1 Dec 2020 22:49:08 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
> Creating a native peer for pushbutton accessibility role on Max OS X.
> The process of choosing of what peer to initialize is clunky so
> might be addressed in the future.
@azuev-java I think you need to rebase this PR as you started working on this some time back. If I use "git fetch https://github.com/openjdk/jdk/pull/1549" to get the PR, I need to Reconfigure, though there is no makefile changes done. Also, it is resulting in failure if configure. There are few merge commits in this PR, may be that is the issue.
When I just apply the PR with https://github.com/openjdk/jdk/pull/1549.diff, it works fine, so the actual code changes are fine.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1549
More information about the awt-dev
mailing list