Re: RFR: 8322619 Parts of SG no longer update during rendering - overlapping - culling - dirty [v2]

2023-12-21 Thread Florian Kirmaier
On Thu, 21 Dec 2023 12:57:01 GMT, Florian Kirmaier wrote: >> In some situations, a part of the SG is no longer rendered. >> I created a test program that showcases this problem. >> >> Explanation: >> >> This can happen, when a part of the SG, is covered by another Node. >> In this part, one no

Re: RFR: 8301219: JavaFX crash when closing with the escape key [v3]

2023-12-21 Thread Kevin Rushforth
On Mon, 18 Dec 2023 19:15:03 GMT, Martin Fox wrote: >> While processing a key down event the Glass GTK code sends out PRESSED and >> TYPED KeyEvents back to back. If the stage is closed during the PRESSED >> event the code will end up referencing freed memory while sending out the >> TYPED eve

Re: RFR: 8322619 Parts of SG no longer update during rendering - overlapping - culling - dirty [v2]

2023-12-21 Thread Kevin Rushforth
On Thu, 21 Dec 2023 12:57:01 GMT, Florian Kirmaier wrote: >> In some situations, a part of the SG is no longer rendered. >> I created a test program that showcases this problem. >> >> Explanation: >> >> This can happen, when a part of the SG, is covered by another Node. >> In this part, one no

Re: RFR: 8322619 Parts of SG no longer update during rendering - overlapping - culling - dirty [v2]

2023-12-21 Thread Florian Kirmaier
> In some situations, a part of the SG is no longer rendered. > I created a test program that showcases this problem. > > Explanation: > > This can happen, when a part of the SG, is covered by another Node. > In this part, one node is totally covered, and the other node is visible. > > When the

Re: RFR: 8322619 Parts of SG no longer update during rendering - overlapping - culling - dirty

2023-12-21 Thread Florian Kirmaier
On Thu, 21 Dec 2023 12:33:52 GMT, Florian Kirmaier wrote: > In some situations, a part of the SG is no longer rendered. > I created a test program that showcases this problem. > > Explanation: > > This can happen, when a part of the SG, is covered by another Node. > In this part, one node is t

RFR: 8322544 Parts of SG no longer update during rendering - overlapping - culling - dirty

2023-12-21 Thread Florian Kirmaier
In some situations, a part of the SG is no longer rendered. I created a test program that showcases this problem. Explanation: This can happen, when a part of the SG, is covered by another Node. In this part, one node is totally covered, and the other node is visible. When the totally covered No

Re: RFR: 8301302: Platform preferences API [v44]

2023-12-21 Thread satsen
On Thu, 7 Dec 2023 21:30:27 GMT, Michael Strauß wrote: >> The value does indeed change: >> macOS.NSColor.alternatingContentBackgroundColors = [0x1e1e1eff,0xff0c] >> macOS.NSColor.alternatingContentBackgroundColors = [0x,0xf4f5f5ff] >> >> >> private String f(Object x) { >>

Integrated: 8321970: New table columns don't appear when using fixed cell size unless refreshing tableView

2023-12-21 Thread Jose Pereda
On Mon, 18 Dec 2023 12:09:21 GMT, Jose Pereda wrote: > This PR fixes an issue when a new `TableColumn` is added to a `TableView` > control with fixed cell size set, where the `TableRowSkinBase` failed to add > the cells for the new column. > > A test is included that fails before applying this