Community
Participate
Working Groups
2.1 RC1 motif build. org.eclipse.help.ui.internal.ContextHelpDialog registers TraverseLisenter with Shell. It changes behavior of "Tab" key. Without registerning, the key can be used to move focus around widgets on the control, when TraverseListener is registered, using "Tab" moves focus until it reaches the shell and does not move to the next widget.
Fixed > 20030304 (HEAD) Tab moves the focus to the first item of the next group. If you have only one group of widgets in your shell Tab moves the focus always to first widget. Use arrow keys to move the focus inside a group. Registering a listener doesn't change the behavior.