Community
Participate
Working Groups
See bug 325834 for details. At the moment there is now way for a Composite to participate in the 'fixFocus' even though it can override 'setFocus' on non windows systems...
Fixed > 20101021. Control.fixFocus() should be calling setFocus() instead of the internal method setFixedFocus(). setFixedFocus() was need to fix bug#93870. We revert that change and fixed it in a different way.
Thanks folks, works like a charm...;-).