Re: RFR: 8322239: [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane [v4]

2024-02-15 Thread Alexey Ivanov
On Thu, 15 Feb 2024 17:43:03 GMT, Alexander Zuev wrote: >> test/jdk/javax/swing/JTabbedPane/TabbedPaneNPECheck.java line 90: >> >>> 88: if (accessible instanceof AccessibleComponent) { >>> 89: try { >>> 90: AccessibleComponent component = >>> (Acc

Re: RFR: 8322239: [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane [v4]

2024-02-15 Thread Alexander Zuev
On Wed, 14 Feb 2024 20:06:54 GMT, Alexey Ivanov wrote: >> Alexander Zuev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Moved frame disposal to the EDT > > test/jdk/javax/swing/JTabbedPane/TabbedPaneNPECheck.java line 90: > >> 88:

Re: RFR: 8322239: [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane [v4]

2024-02-14 Thread Alexey Ivanov
On Wed, 14 Feb 2024 19:50:34 GMT, Alexander Zuev wrote: >> Add null check for the Aqua LnF situation when tab is hidden die to the tabs >> overflow. > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Moved frame disposal to

Re: RFR: 8322239: [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane [v4]

2024-02-14 Thread Alexander Zuev
> Add null check for the Aqua LnF situation when tab is hidden die to the tabs > overflow. Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision: Moved frame disposal to the EDT - Changes: - all: https://git.openjdk.org/jd