| Summary: | [Coolbar] [Help] No F1 help for Toolbar items | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Adam Schlegel <Adam_Schlegel> |
| Component: | UI | Assignee: | Platform UI Triaged <platform-ui-triaged> |
| Status: | RESOLVED WONTFIX | QA Contact: | Eric Moffatt <emoffatt> |
| Severity: | enhancement | ||
| Priority: | P4 | CC: | daniel_megert, jared_burns, nobody, ob1.eclipse, pwebster, remy.suen, rolarenfan, sdavids, Tod_Creasey |
| Version: | 2.0 | Keywords: | accessibility |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
| Bug Depends on: | 25750 | ||
| Bug Blocks: | |||
|
Description
Adam Schlegel
Investigate. ActionContributionItem.fill(ToolBar, int) does not hook a help listener on the ToolItem. Currently addHelpListener is not API for ToolItem. Not sure why - asked SN and VI about it. Opened SWT bug report for ToolItem. Lowering priority. Waiting on SWT support for this, but the SWT priority is low at this point. Defer. There are currently no plans to work on this feature So is there a workaround for this problem? The extension point has a helpContextId defined. If this is never going to work, shouldn't this be removed from the extension point? *** Bug 152330 has been marked as a duplicate of this bug. *** We should support this since we also allow help on (context) menu items. (In reply to comment #11) > We should support this since we also allow help on (context) menu items. Action-based context menus can specify context help either programmatically: IWorkbenchHelpSystem#setHelp(IAction action, String contextId), or in plugin.xml using "helpContextId" attribute. For the toolbars, the SWT event we are getting has "Shell" as a event source rather then the active toolbar element. The required underlying SWT enhancement request ( bug 25750 ) is marked as "won't fix" so not much can be done in the Platform/UI space. |