Community
Participate
Working Groups
Follow-up to bug 127852 - org.eclipse.help.ui.internal.views.ContextHelpPart#updateTitle(Control) calls #computeSearchTerms(Control), which always starts looking for a title in the the parent of the passed control. When the dialog shell has focus, the code misses the obvious target. After bug 127852 is fixed, the scenario from bug 127852 comment 12 cannot be reproduced any more, but the problem should be fixed anyway. - org.eclipse.help.ui.internal.views.HelpTray.createActions()... calls "shell.setFocus();" (on line line 85). That was a workaround for a bug in TrayDialog#closeTray(), see bug 127852 comment 12. This line should be removed now that bug 127852 has been fixed.
Created attachment 186133 [details] Patch I agree with the suggestions, this patch implements both.
Patch committed to HEAD. Fixed.