Re: RFR: 8264449: Enable reproducible builds with SOURCE_DATE_EPOCH [v6]

2022-05-05 Thread John Neffenger
On Mon, 22 Nov 2021 06:43:30 GMT, John Neffenger wrote: >> This pull request allows for reproducible builds of JavaFX on Linux, macOS, >> and Windows by defining the `SOURCE_DATE_EPOCH` environment variable. For >> example, the following commands create a reproducible build: >> >> >> $

RFR: 8284665: First selected item of a TreeItem multiple selection gets removed if new items are constantly added to the TreeTableView

2022-05-05 Thread Jose Pereda
This PR fixes an issue with selection of multiple items in TableView and TreeTableView controls that gets moved unexpectedly when new items are added even way below the selected items. A couple of tests have been added. They fail without this PR (first selected item gets deselected, and table

Re: RFR: 8284654: Modal behavior returns to wrong stage

2022-05-05 Thread Ambarish Rapte
On Fri, 22 Apr 2022 19:26:36 GMT, Thiago Milczarek Sayao wrote: > When there's an APPLICATION_MODAL window, all other windows are disabled and > re-enabled when the APPLICATION_MODAL window closes. This causes > `requestToFront()` to be called on every window, and it does not guarantee >