RFR: 8239589: JavaFX UI will not repaint after reconnecting via Remote Desktop
Oliver Schmidtmer
github.com+10960818+schmidor at openjdk.java.net
Thu Oct 8 16:15:24 UTC 2020
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.
-------------
Commit messages:
- Fix whitespace error
- 8239589: JavaFX UI will not repaint after reconnecting via Remote Desktop
Changes: https://git.openjdk.java.net/jfx/pull/315/files
Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=315&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8239589
Stats: 21 lines in 4 files changed: 21 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jfx/pull/315.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/315/head:pull/315
PR: https://git.openjdk.java.net/jfx/pull/315
More information about the openjfx-dev
mailing list