RFR: 8090522: Allow support for disabling stage iconification (minimization)

2022-05-19 Thread Paweł Kruszczyński
`Stage` minimalizing (iconified state) cannot be disabled for the user. The same for `Stage` closable state. PR adds these features without breaking backward compatibility. - Commit messages: - 8090522: Allow support for disabling stage iconification (minimization) Changes:

Re: RFR: 8261221: Tooltip bigger than screen size blinks - shows and hides over and over again [v4]

2022-05-19 Thread Paweł Kruszczyński
> `Tooltip` is no longer hiding upon receiving > `MouseEvent.MOUSE_ENTERED_TARGET` event inside it. Pressing mouse on > overlaying tooltip also kills the tooltip, so the infinite duration tooltip > can be closed. Paweł Kruszczyński has updated the pull request with a new tar

Re: RFR: 8261221: Tooltip bigger than screen size blinks - shows and hides over and over again

2022-05-10 Thread Paweł Kruszczyński
On Wed, 17 Feb 2021 18:50:54 GMT, Kevin Rushforth wrote: >> `Tooltip` is no longer hiding upon receiving >> `MouseEvent.MOUSE_ENTERED_TARGET` event inside it. Pressing mouse on >> overlaying tooltip also kills the tooltip, so the infinite duration tooltip >> can be closed. > > One more

Re: RFR: 8261221: Tooltip bigger than screen size blinks - shows and hides over and over again [v3]

2022-05-10 Thread Paweł Kruszczyński
> `Tooltip` is no longer hiding upon receiving > `MouseEvent.MOUSE_ENTERED_TARGET` event inside it. Pressing mouse on > overlaying tooltip also kills the tooltip, so the infinite duration tooltip > can be closed. Paweł Kruszczyński has updated the pull request with a new tar

Re: RFR: 8261221: Tooltip bigger than screen size blinks - shows and hides over and over again [v2]

2021-04-22 Thread Paweł Kruszczyński
> `Tooltip` is no longer hiding upon receiving > `MouseEvent.MOUSE_ENTERED_TARGET` event inside it. Pressing mouse on > overlaying tooltip also kills the tooltip, so the infinite duration tooltip > can be closed. Paweł Kruszczyński has updated the pull request incrementa

RFR: 8261221: Tooltip bigger than screen size blinks - shows and hides over and over again

2021-02-17 Thread Paweł Kruszczyński
`Tooltip` is no longer hiding upon receiving `MouseEvent.MOUSE_ENTERED_TARGET` event inside it. Pressing mouse on overlaying tooltip also kills the tooltip, so the infinite duration tooltip can be closed. - Commit messages: - 8261221: Tooltip bigger than screen size blinks - shows