RFR: 8239589: JavaFX UI will not repaint after reconnecting via Remote Desktop
Kevin Rushforth
kcr at openjdk.java.net
Thu Oct 8 16:22:20 UTC 2020
On Thu, 8 Oct 2020 16:07:08 GMT, Oliver Schmidtmer <github.com+10960818+Schmidor at openjdk.org> wrote:
> When connecting via Remote Desktop to a Windows 10 machine ans starting a JavaFX application, the D3D pipeline is used
> successfully. After closing the the Remote Desktop session and reconnecting, the D3D requests fail with an
> D3DERR_DEVICEREMOVED HResult, and the application contents are not rendered anymore. Reinitializing the whole pipeline
> fixes that.
This will need a fair bit of testing. I'm not certain that we always want to recreate the factory when the device is
lost, but we can evaluate that during the review.
-------------
PR: https://git.openjdk.java.net/jfx/pull/315
More information about the openjfx-dev
mailing list