Integrated: 8329667: [macos] Issue with JTree related fix for JDK-8317771

2024-05-24 Thread Alexander Zuev
On Thu, 16 May 2024 01:28:37 GMT, Alexander Zuev wrote: > Caching children and selected children of the thee on the native level; > Caching all children of a specific parent in CAccessibility to enhance > recursive children selection algorithm; > Removing fix for JDK-8317771 as no longer needed;

Re: RFR: 8329667: [macos] Issue with JTree related fix for JDK-8317771 [v4]

2024-05-24 Thread Alexander Zuev
On Wed, 22 May 2024 06:38:26 GMT, Alexander Zuev wrote: >> Caching children and selected children of the thee on the native level; >> Caching all children of a specific parent in CAccessibility to enhance >> recursive children selection algorithm; >> Removing fix for JDK-8317771 as no longer nee

Re: RFR: 8195675: Call to insertText with single character from custom Input Method ignored [v2]

2024-05-24 Thread Steven Loomis
On Wed, 20 Mar 2024 17:27:12 GMT, Phil Race wrote: >> Marked as reviewed by prr (Reviewer). > >> I'm able to build this again, but not satisfied that it solves the issue, so >> I am still investigating. Should I rebase this upon latest master or >> somewhere else (now that 22 is released)? @prr

Re: RFR: 8195675: Call to insertText with single character from custom Input Method ignored [v2]

2024-05-24 Thread Steven Loomis
On Fri, 24 May 2024 23:34:23 GMT, Steven Loomis wrote: >> 8195675: Call to insertText with single character from custom Input Method >> ignored > > Steven Loomis has updated the pull request with a new target base due to a > merge or a rebase. The incremental webrev excludes the unrelated chang

Re: RFR: 8195675: Call to insertText with single character from custom Input Method ignored [v2]

2024-05-24 Thread Steven Loomis
On Wed, 20 Mar 2024 17:27:12 GMT, Phil Race wrote: >> Marked as reviewed by prr (Reviewer). > >> I'm able to build this again, but not satisfied that it solves the issue, so >> I am still investigating. Should I rebase this upon latest master or >> somewhere else (now that 22 is released)? @prr

Re: RFR: 8195675: Call to insertText with single character from custom Input Method ignored [v2]

2024-05-24 Thread Steven Loomis
> 8195675: Call to insertText with single character from custom Input Method > ignored Steven Loomis 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 th

Re: RFR: 8332416: Add more font selection options to Font2DTest [v3]

2024-05-24 Thread Phil Race
On Fri, 24 May 2024 05:42:31 GMT, Prasanta Sadhukhan wrote: >> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8332416 > > src/demo/share/jfc/Font2DTest/Font2DTest.java line 1443: > >> 1441: }); >> 1442: >> 1

client-libs-dev@openjdk.org

2024-05-24 Thread Abhishek Kumar
bug6492108.java test always fails in GTK L&F in single as well as dual screen linux machines. Since this test was not marked as "headful" in it's initial version, it never failed but after the fix of JDK-8287051 this test was problem listed as it always failed which is captured in the JBS. The r

Integrated: 8326734: text-decoration applied to lost when mixed with or

2024-05-24 Thread Alexey Ivanov
On Fri, 29 Mar 2024 15:32:12 GMT, Alexey Ivanov wrote: > The value of the > [`text-decoration`](https://www.w3.org/TR/REC-CSS1/#text-decoration) CSS > property is not inherited correctly in Swing. If the `` element is > mixed with `` or ``, only the value from the `style` attribute of > `` is

RFR: 8332550: [macos] Voice Over: java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location

2024-05-24 Thread Abhishek Kumar
"java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location" is thrown when getLocationOnScreen method is invoked for JTableHeader while testing JFileChooser demo. It seems that in getLocationOfScreen method we are trying to access the parent locat

Re: RFR: 8329667: [macos] Issue with JTree related fix for JDK-8317771 [v4]

2024-05-24 Thread Prasanta Sadhukhan
On Wed, 22 May 2024 06:38:26 GMT, Alexander Zuev wrote: >> Caching children and selected children of the thee on the native level; >> Caching all children of a specific parent in CAccessibility to enhance >> recursive children selection algorithm; >> Removing fix for JDK-8317771 as no longer nee

RFR: 8332866: Crash in ImageIO JPEG decoding when MEM_STATS in enabled

2024-05-24 Thread Jayathirth D V
In IJG library's jmemmgr.c file we can define MEM_STATS(by default this flag is disabled and we don't see this issue) to enable printing of memory trace logs when we have OOM. But if we enable it we get crash while disposing IJG stored objects in jmemmgr->free-pool() function. This is happening

Re: RFR: 8329667: [macos] Issue with JTree related fix for JDK-8317771 [v4]

2024-05-24 Thread Artem Semenov
On Wed, 22 May 2024 06:38:26 GMT, Alexander Zuev wrote: >> Caching children and selected children of the thee on the native level; >> Caching all children of a specific parent in CAccessibility to enhance >> recursive children selection algorithm; >> Removing fix for JDK-8317771 as no longer nee