On Thu, 11 Mar 2021 07:57:23 GMT, Pankaj Bansal wrote:
> The implementation of NSAccessibilityStaticText protocol
> (https://developer.apple.com/documentation/appkit/nsaccessibilitystatictext)
> has an incorrect function name which results in the function not being called
> by Voice Over. The
On 16/03/2021 11:58 am, Sergey Bylokhov wrote:
On Sun, 14 Mar 2021 23:34:55 GMT, Henry Jen wrote:
This patch ensure launcher won't crash JVM for the new static Methods from
local/anonymous class on MacOS.
As @dholmes-ora pointed out in the analysis, this is a MacOS specific bug when
the lau
On Sun, 14 Mar 2021 23:34:55 GMT, Henry Jen wrote:
> This patch ensure launcher won't crash JVM for the new static Methods from
> local/anonymous class on MacOS.
>
> As @dholmes-ora pointed out in the analysis, this is a MacOS specific bug
> when the launcher trying to grab class name to be di
On Sun, 14 Mar 2021 23:34:55 GMT, Henry Jen wrote:
> This patch ensure launcher won't crash JVM for the new static Methods from
> local/anonymous class on MacOS.
>
> As @dholmes-ora pointed out in the analysis, this is a MacOS specific bug
> when the launcher trying to grab class name to be di
Initial implementation
Moved the CAccessibility ignore list initialization to the new code
Some cleanup
Expose a new API - isAccessibilityElement instead of deprecated
accessibilityIsIgnored
-
Commit messages:
- 8261352: Create implementation for component peer for all the component
On Fri, 12 Mar 2021 15:44:39 GMT, Aleksey Shipilev wrote:
> SonarCloud reports:
> Remove or correct this "removeAll" call.
>
> void removeAll() {
> items.removeAll(items); // <--- here
> updateScrollbars();
> }
>
> Calling `removeAll()` with the same collection risks c
On Fri, 12 Mar 2021 08:16:09 GMT, Toshio Nakamura wrote:
> Hi,
> Please review the fix for the issue of JPasswordField and activated
> InputMethod on macOS.
> I don't think this condition is usual, but I'd like to avoid crash.
>
> It needs two additional checks in "AWTView
> attributedSubstrin
On Fri, 12 Mar 2021 00:36:34 GMT, Sergey Bylokhov wrote:
>> I fixed some conversion logic within JDK-8256331.
>
> OK, just to confirm. I wrote that text for OGL because it was the fastest way
> to transfer+convert the data from the video card to the memory. And as far as
> I understand the meta