Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Abhinay Agarwal
On Sun, 13 Mar 2022 10:07:26 GMT, Abhinay Agarwal wrote: >> Add release notes for JavaFX 18 to the repository > > Abhinay Agarwal 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

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Kevin Rushforth
On Sun, 13 Mar 2022 10:07:26 GMT, Abhinay Agarwal wrote: >> Add release notes for JavaFX 18 to the repository > > Abhinay Agarwal has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains two commits: > > - s/Enhancement/Enhancements > -

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Kevin Rushforth
On Mon, 14 Mar 2022 19:46:18 GMT, Abhinay Agarwal wrote: >>> @kevinrushforth Before I integrate the PR, can you have a look at [my >>> comment on the >>>

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Abhinay Agarwal
On Mon, 14 Mar 2022 17:08:32 GMT, Kevin Rushforth wrote: >> Marked as reviewed by kcr (Lead). > >> @kevinrushforth Before I integrate the PR, can you have a look at [my >> comment on the >>

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Johan Vos
On Sun, 13 Mar 2022 10:07:26 GMT, Abhinay Agarwal wrote: >> Add release notes for JavaFX 18 to the repository > > Abhinay Agarwal has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains two commits: > > - s/Enhancement/Enhancements > -

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Thiago Milczarek Sayao
On Mon, 14 Mar 2022 18:18:38 GMT, Kevin Rushforth wrote: >> doc-files/release-notes-18.md line 105: >> >>> 103: [JDK-8274929](https://bugs.openjdk.java.net/browse/JDK-8274929)|Crash >>> while reading specific clipboard content|window-toolkit >>> 104:

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Kevin Rushforth
On Mon, 14 Mar 2022 17:55:45 GMT, Thiago Milczarek Sayao wrote: >> Abhinay Agarwal 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 two

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Thiago Milczarek Sayao
On Sun, 13 Mar 2022 10:07:26 GMT, Abhinay Agarwal wrote: >> Add release notes for JavaFX 18 to the repository > > Abhinay Agarwal has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains two commits: > > - s/Enhancement/Enhancements > -

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Kevin Rushforth
On Mon, 14 Mar 2022 13:31:34 GMT, Kevin Rushforth wrote: >> Abhinay Agarwal has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains two commits: >> >> - s/Enhancement/Enhancements >> - Create release notes for JavaFX 18 > > Marked as

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Abhinay Agarwal
On Mon, 14 Mar 2022 13:31:34 GMT, Kevin Rushforth wrote: >> Abhinay Agarwal has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains two commits: >> >> - s/Enhancement/Enhancements >> - Create release notes for JavaFX 18 > > Marked as

RFR: 8193442: Removing TreeItem from a TreeTableView sometime changes selectedItem

2022-03-14 Thread Jose Pereda
This PR fixes JDK-[8193442](https://bugs.openjdk.java.net/browse/JDK-8193442), but also [JDK-8187596](https://bugs.openjdk.java.net/browse/JDK-8187596), and verifies that the tests mentioned in [JDK-8088157](https://bugs.openjdk.java.net/browse/JDK-8088157) are working (with a minor fix).

Integrated: 8282093: LineChart path incorrect when outside lower bound

2022-03-14 Thread Abhinay Agarwal
On Mon, 28 Feb 2022 18:25:09 GMT, Abhinay Agarwal wrote: > This regression was caused in PR #667 in which I didn't take into account the > lower bounds. I have added more tests and one manual test along with the fix. > The manual test can be used to identify any future issues with paths

Re: [jfx18] RFR: 8282766: Create release notes for JavaFX 18 [v2]

2022-03-14 Thread Kevin Rushforth
On Sun, 13 Mar 2022 10:07:26 GMT, Abhinay Agarwal wrote: >> Add release notes for JavaFX 18 to the repository > > Abhinay Agarwal 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

Scrolling a rotated ScrollPane

2022-03-14 Thread Alexander Scherbatiy
Hello, There is a JavaFX Application [1] which has a rotated border which contains a ScrollPane. When the scroll pane is scrolled vertically by a mouse or by a touch pad the scrollpane itself is scrolled horizontally. What I see from the code the ScrollEvent constructor recomputes x and y