]
Friendly Jira Robot resolved ERT-768.
-------------------------------------
Resolution: Done
[GTK3] Swing components keep the focus when coming back to SWT
widgets [EBZ#550517]
-----------------------------------------------------------------------------------
Key: ERT-768
URL:
https://issues.jboss.org/browse/ERT-768
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
Priority: Critical
Labels: 4.14_M3, SWT, bzira
In a SWT UI with embedded Swing components, the focus fails.
If we are focused on a SWT Text, and then we select a Swing text, the two widgets have a
cursor blinking. The swing widget has the focus but if we come back in the SWT widget the
typed text is still written in the swing widget.
this is the same for editable combo boxes
It is like if swing takes the focus and keeps it definitively.
I join a sample swt snippet with this bug that can be ran using Run as java application.