There is the following code in GlassStage:
@Override public void requestFocus() {
// TODO: implement requestFocus
}
The requestFocus in Quantum will be needed after fixing the current requestFocus implementation in Scenegraph.
@Override public void requestFocus() {
// TODO: implement requestFocus
}
The requestFocus in Quantum will be needed after fixing the current requestFocus implementation in Scenegraph.
- relates to
-
JDK-8126686 Popups not working properly after calling primaryStage.requestFocus() in applet mode
-
- Resolved
-