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 16298 - I18N - Unlocalized tooltips on settings nodes
Summary: I18N - Unlocalized tooltips on settings nodes
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2001-10-05 15:49 UTC by Jesse Glick
Modified: 2008-12-22 22:43 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 2001-10-05 15:49:15 UTC
[dev oct 3] I just noticed that if you hover the mouse over e.g. "Ant
Settings", you will see "AntSettings" which is the unlocalized
classname (I guess?) of the settings. This is not good (would appear
out of place in a Japanese build, etc.). Probably InstanceNode (?)
should either use a proper shortDescription if one is available (if
there is a real bean with BeanInfo etc.) and if not, ensure that the
shortDescription is the same as the displayName so that no tooltip
appears. Look around, e.g. "Property Sheet" has tooltip
"PropertySheetSettings" but "Java Elements" has no tooltip.
Comment 1 Jan Pokorsky 2001-11-05 20:02:16 UTC
fixed in InstanceNode.java 1.18
Comment 2 Ken Frank 2002-01-30 16:31:33 UTC
verified ken.frank@sun.com 01/30/02
Comment 3 Quality Engineering 2003-07-01 16:22:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.