This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 199370 - Missing tooltip with an action registered by ActionRegistration
Summary: Missing tooltip with an action registered by ActionRegistration
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.0
Hardware: PC Other
: P3 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-13 02:01 UTC by gwaldon
Modified: 2013-08-20 23:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gwaldon 2011-06-13 02:01:22 UTC
The action is located in an Editor toolbar (through an ActionReference) and the tooltip is not showing up when the cursor is on the action icon. Tried multiple variations either implementing ActionListener or extending AbstractAction, without success.
Comment 1 Svata Dedic 2013-07-16 06:34:06 UTC
Please clarify how exactly did you register the action. Editor toolbar registrations are done through @EditorActionRegistration, not @ActionReference.
Comment 2 gwaldon 2013-08-20 23:35:27 UTC
Missing tooltip now showing up using NB7.2 platform. Mark this as fixed.