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 20763 - I18N - Fullwidth Digits can not be inputted in "float" field.
Summary: I18N - Fullwidth Digits can not be inputted in "float" field.
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-02-22 00:32 UTC by hiroshiy
Modified: 2006-06-05 00:01 UTC (History)
2 users (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 hiroshiy 2002-02-22 00:32:45 UTC
To Reproduce:

1. From [Filesystems] tab in [Explorer] window, right click web.xml file
   (e.g. web.xml file in "CD Shop Cart", which is bundled in FFJ),
   and select [properties].

2. From [Reference] tab in [Properties] window, 
   click [...] in right side of [Environment Entries] row.
   [Property Editor: Environment Entries] window is appeared.

3. click [Add].
   [Add] window is appeared.

4. Input for any name in [Name] field, select [java.lang.float] in [Type],
   and input Fullwidth Digits in [Value] field, and click [OK].
   Error has occurred.
   
See Also 1:
   In step 4, select [java.lang.integer].
   -> http://www.netbeans.org/issues/show_bug.cgi?id=20335

See Also 2:
1. From [Filesystems] tab in [Explorer] window, right click web.xml file
   (e.g. web.xml file in "CD Shop Cart"), and select [properties].

2. From [Deployment] tab in [Properties] window, 
   click [...] in right side of [Session Timeout] row.
   [Property Editor: Session Timeout] window is appeared.

3. [In Minute] check box is turned on, input Fullwidth Digits
   in [minute] text box, and click [OK].
   Corresponding single-byte Digits are stored in property window
   and web.xml file with no errors.

WorkAround: 

When [java.lang.float] is selected from [Type] Drop-Down List, 
and input Fullwidth Digits, 
corresponding digits are stored in [Value] field.

But, [java.lang.float] is selected, 
it allowed input same characters except for the digits.
The following characters are converted, too.

   1) Digits (0-9) [required]
        "FULLWIDTH DIGIT" are "FF10 - FF19",
            "DIGIT" are "0030 - 0039",
                in the unicode character list.

   2) "."¡¤"-" [important]
	FULLWIDTH FULL STOP (FULLWIDTH PERIOD) is "FF0E"
            FULL STOP (PERIOD) is "002E", 
        FULLWIDTH HYPHEN-MINUS is "FF0D",
            HYPHEN-MINUS is "002D",
                in the unicode character list.

   3) "E" as Exponential Mark¡¤"infinity" strings [Lowest Priority]
        FULLWIDTH LATIN CAPITAL LETTER "E" is "FF25"
            LATIN CAPITAL LETTER "E" is "0045"
        FULLWIDTH LATIN SMALL LETTER are "FF41 - FF5A"
            LATIN SMALL LETTER are "0061 - 007A"       
                in the unicode character list.
        The string "infinity" is combination of "LATIN SMALL LETTER".
Comment 1 hiroshiy 2002-02-22 00:43:25 UTC
I am sorry. Incorrect characters is contained in the above items.
Precisely, it is as the following.

   1) Digits (0-9) [required]
   2) ".", "-" [important]
   3) "E" as Exponential Mark, "infinity" strings [Lowest Priority]
Comment 2 Marek Grummich 2002-07-22 12:04:24 UTC
Set target milestone to TBD
Comment 3 Marek Grummich 2002-07-22 12:10:32 UTC
Set target milestone to TBD
Comment 4 Ken Frank 2002-10-12 19:40:42 UTC
seems to have been marked as enhancement when filing
when really a defect type issue so am marking as such.

ken.frank@sun.com
Comment 5 Jesse Glick 2002-12-23 16:35:39 UTC
Consistent use of the I18N keyword.
Comment 6 Petr Jiricka 2003-12-05 10:16:39 UTC
The visual DD editing functionality is no a part of NetBeans 3.6
codebase, changing milestone to promo D.
Comment 7 Milan Kuchtiak 2004-08-11 13:01:30 UTC
It's not an open source bug.
The web.xml property editors were removed from the code.
I'va added sustaining staff to CC.