| [news.eclipse.technology.albireo] Re: Context Help in SwingControl |
I tried I few things and my current 'solution' is the following:
The outer JScrollPane is set to focusable=true and registers a focus listener to itself that calls requestFocus on the inner diagram editor.
I did that, because I noticed in the code that SwingControl behaves differently if the direct child is focusable and that seems to solve the main issue at least (i.e. it didn't work at all after another workbench part was activated).