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 25884 - Wrong title of properties window.
Summary: Wrong title of properties window.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-22 15:41 UTC by Jiri Kovalsky
Modified: 2008-12-22 18:52 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 Jiri Kovalsky 2002-07-22 15:41:57 UTC
RC1 build #200207220740 of NetBeans 3.4
Windows 2000 with JDK 1.4.1 RC build #17

Description:
============
Properties window of filesystems, archive files
etc. has wrong caption. It says something like:
Properties of D:\For [Properties of D:\Forte for
Java\User\3.4\sampledir] in case of default local
filesystem or Properties of jemmy. [Properties of
jemmy.jar] in case of JAR file. It looks like only
6 characters are taken into account, doesn't it ?
I would love to assing it as P2 but I am sure you
would downgrade it immediatelly. However can this
remain in FCS ? ;-)
Comment 1 Peter Zavadsky 2002-07-22 16:00:00 UTC
where is the property sheets subcomponent?
Comment 2 Jiri Rechtacek 2002-07-22 17:24:46 UTC
It looks as ModeImpl.getDisplayName is responsible.
Comment 3 Peter Zavadsky 2002-07-23 10:40:14 UTC
Finnaly the problem is in NbNodeOperation it sets the displayName for
new mode the same like (internal) mode name, which is generated by
WindowManagerImpl and has max 20 chars.
Comment 4 Peter Zavadsky 2002-07-23 10:50:18 UTC
Fixed in [trunk]

Fix:
core/../NbNodeOperation.java [1.95]
Comment 5 Jiri Kovalsky 2002-07-23 11:07:25 UTC
Is this really too late for NetBeans 3.4 ? Please re-evaluate. :-\
Comment 6 Marian Mirilovic 2002-07-25 14:27:59 UTC
verified in [nb_dev](20020725)
Comment 7 Jaroslav Tulach 2002-12-03 09:54:29 UTC
Hi. This issue is marked as 3.4.1_CANDIDATE. It means that it should be
integrated into release341 one branch. The plan at
http://www.netbeans.org/devhome/docs/releases/34/index.html expected beta1 to be
produced on Dec01. That did not happen due to a lot of outstanding not
integrated candidates like this one. 

Would it be possible to spend few minutes by backporting this fix? Thank you in
advance.
Comment 8 Peter Zavadsky 2002-12-03 16:00:33 UTC
Integrated into [release341] branch.

core/../NbNodeOperation.java 1.91.10.2.4.1
Comment 9 Quality Engineering 2003-07-01 16:32:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.