I have a stage with a swing button and a textbox. Initially both are visible and I am able to switch focus back and forth between button and text box. Now I am making textbox invisible by de-selecting the visible checkbox. when the textbox disappears, swing component is no longer clickable and it does not gain focus either. No mouse rollover effects also. If I make textbox visible again, button works fine.
I reproduced it on WinXP SP3 - Nvidia GeForce7600 - JavaFX SDK b52 - 6u10.
To reproduce the bug, run the attached test. Try switching focus between textbox and button. de-select 'visible' checkbox. Now try clicking swing button. If it does not respond visually, the bug is reproduced.
I reproduced it on WinXP SP3 - Nvidia GeForce7600 - JavaFX SDK b52 - 6u10.
To reproduce the bug, run the attached test. Try switching focus between textbox and button. de-select 'visible' checkbox. Now try clicking swing button. If it does not respond visually, the bug is reproduced.