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 67451 - Context menu items in OW should not have icons
Summary: Context menu items in OW should not have icons
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-10-24 17:24 UTC by Jesse Glick
Modified: 2008-12-22 19:36 UTC (History)
0 users

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 Jesse Glick 2005-10-24 17:24:48 UTC
Run a servlet and invoke context menu on OW tab for Tomcat. It has five actions
at the top, matching the toolbar, which is correct - but they have icons, which
looks wrong.

Controller.postPopupMenu should either use a proxy Action with no
Action.SMALL_ICON; or use Actions.connect with popup=true.
Comment 1 Milos Kleint 2005-10-26 09:29:16 UTC
done.