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 8598 - Restricted change and creation name of tab in Palette
Summary: Restricted change and creation name of tab in Palette
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 minor (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-28 15:01 UTC by pfelenda
Modified: 2003-06-30 18:25 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 pfelenda 2000-11-28 15:01:47 UTC
build 16
How to reproduce :
  - choose from main window menu "Tools|Option" ( display window "Options" )
  - display popup menu from "Component palette" node
  - choose from popup menu "New Palette Category" ( display window "New Pallete
Category")
  - try type some string (it's possible only literal 'a'..'z','A'..'Z', but not
characters e.g. '(', ')', ' ')
Comment 1 Jesse Glick 2000-11-28 15:56:59 UTC
Maybe there is a reason why these characters are restricted...?
Comment 2 Rostislav Levy 2000-11-28 16:12:59 UTC
If we make only some characters possible to write to this item we can do it in
all "usefull" items (e.g. class name in New dialog, package name, item name,
...). In my opinion allowing only some characters isn't standard behavior of
application.
User must know some "restrictions" in software developing.
Comment 3 Tomas Pavek 2000-11-29 11:36:59 UTC
The restriction is made because the name is used also for folder (created for
the category). Moreover, DataFolder.FolderNode requires its name to be Java
identifier (package name?). I think this could be avoided by using the name
entered by the user only as display name converting to valid folder/package
name if needed.
Comment 4 Tomas Pavek 2001-02-23 18:25:39 UTC
Fixed.
Comment 5 Marian Mirilovic 2001-02-27 09:14:52 UTC
verified in [nb-dev](134), [pilsen](010226_3)

I try to set category name consist following characters:
`~!@#$%^&*()_+-={}[]\|;':",./<>?

without some problems
Comment 6 Quality Engineering 2003-06-30 18:25:45 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.