Re: RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v3]

2021-05-13 Thread Phil Race
On Thu, 13 May 2021 21:37:18 GMT, Kevin Rushforth wrote: >> src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m line 1106: >> >>> 1104: { >>> 1105: JNI_COCOA_ENTER(env); >>> 1106: if (@available(macOS 10.12, *)) { >> >> @kevinrushforth said that since we set MIN_SDK (not sure

Re: RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v3]

2021-05-13 Thread Kevin Rushforth
On Thu, 13 May 2021 20:46:28 GMT, Phil Race wrote: >> Tejpal Rebari has updated the pull request incrementally with one additional >> commit since the last revision: >> >> code cleanup > > src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m line 1106: > >> 1104: { >> 1105:

Re: RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v3]

2021-05-13 Thread Phil Race
On Tue, 11 May 2021 12:02:48 GMT, Tejpal Rebari wrote: >>> Is there any place where we specify that "-Djdk.allowTabbedWindows" is a >>> new jdk property That's what the CSR is for. - PR: https://git.openjdk.java.net/jdk/pull/3407

Re: RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v3]

2021-05-13 Thread Phil Race
On Tue, 11 May 2021 11:43:35 GMT, Tejpal Rebari wrote: >> Hi All, >> Please review the following fix for jdk17. >> >> Issue : On MacOS 11 Java Frame and JDialog application is freezing in Full >> Screen when the System Preference -> General -> Prefer Tabs is set to "Full >> Screen". It is

Integrated: 8264299: Create implementation of native accessibility peer for ScrollPane and ScrollBar Java Accessibility roles

2021-05-13 Thread Pankaj Bansal
On Thu, 29 Apr 2021 11:46:25 GMT, Pankaj Bansal wrote: > Create implementation of native accessibility peer for ScrollPane and > ScrollBar Java Accessibility roles. > > There are no direct protocols for these two roles and there is no protocol in > list of role based protocols defined by

Re: RFR: 8264299: Create implementation of native accessibility peer for ScrollPane and ScrollBar Java Accessibility roles [v5]

2021-05-13 Thread Alexander Zuev
On Thu, 13 May 2021 05:57:23 GMT, Pankaj Bansal wrote: >> Create implementation of native accessibility peer for ScrollPane and >> ScrollBar Java Accessibility roles. >> >> There are no direct protocols for these two roles and there is no protocol >> in list of role based protocols defined by

Re: RFR: 8264299: Create implementation of native accessibility peer for ScrollPane and ScrollBar Java Accessibility roles [v3]

2021-05-13 Thread Pankaj Bansal
On Wed, 12 May 2021 16:33:22 GMT, Alexander Zuev wrote: >> Pankaj Bansal has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains six additional >>