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 97037 - I18N - can not insert multibyte character into existing text string
Summary: I18N - can not insert multibyte character into existing text string
Status: RESOLVED DUPLICATE of bug 78353
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-03-02 07:41 UTC by Ashizawa Kazunori
Modified: 2007-03-02 17:08 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 Ashizawa Kazunori 2007-03-02 07:41:25 UTC
can not insert multibyte character into existing text string
OS:     Solaris 10 / Solaris snv_59
Locale: ja         / ja_JP.UTF-8
Java:   1.5.0_01   / 1.6.0

To reproduce:

1. start the IDE and open a UML project with Activity Diagram
   (or other diagram).
2. drop Invocation element (or any other element) in diagram
   editor.
3. double click the element, enter ASCII string, like "a", then
   type Return.
4. double click the element again, then type right-arrow to
   clear the selection.
5. type Control-Space to enable input method (toggle).
6. type "u" which will be converted to Hiragana "う".  At this
   time, "a" still remains, and "う" is reversed.
7. type Return to commit the character "う".  Now, "a"
   disappears.  "a" should remain.
8. type Control-Space to disable input method (toggle).
9. type Return again.
Comment 1 Ken Frank 2007-03-02 07:49:51 UTC
which build of uml nbm are you using; there has been a recent fix
to some issues about entering of multibyte but it might be not completely
fixed - if not then this will be duplicate of previous bugs on this topic.

If you are using one over 2 weeks old, please try one more time with a newer
one to see about it -- and also let us know if other normal input of multibyte
in for example, class name and opertion in class diagram drawing area is ok.

I suggest you talk with Will also as he can tell you more about these situations.

Finally, if you do the steps you mention with ascii only characters,
does the original letter remain ok ?

ken.frank@sun.com
Comment 2 Ashizawa Kazunori 2007-03-02 08:21:44 UTC
I should have included the information.

build on 070301_1.

> Finally, if you do the steps you mention with ascii only characters,
> does the original letter remain ok ?

Yes.
Comment 3 Ken Frank 2007-03-02 17:08:47 UTC
marking as duplicate of 78353 since its part of that whole situation
of input of multibyte - and we want to be clear that that bug that
we thought had been fixed was not, and its clearer to team to have
just one bug on the topic.

I will refer in that bug to this one and 97041.

ken.frank@sun.com

*** This issue has been marked as a duplicate of 78353 ***