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 97041 - I18N: can not enter multi-byte multi-syllable text (partial commit)
Summary: I18N: can not enter multi-byte multi-syllable text (partial commit)
Status: RESOLVED DUPLICATE of bug 78353
Alias: None
Product: uml
Classification: Unclassified
Component: Design Center (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 08:16 UTC by Ashizawa Kazunori
Modified: 2007-03-02 17:10 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 Ashizawa Kazunori 2007-03-02 08:16:38 UTC
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 other element) in diagram editor.
3. double click the element.
4. type Control-Space to activate input method
5. type "koredehadamedesu", then you will see "これではだめです"
   with underlined.
6. type Space, then you will see that "これでは" is reversed and
   "だめです" is underlined.
7. type Control-N to commit the first syllable.  Now, "これでは"
   is not reversed, this is good.  "だめです" is not underlined,
   which is bad, bug one.  "だめです" should be underlined here.
8. type Control-N to commit the second syllable.  Then the
   second syllable is duplicated and "これではだめですだめです"
   is displayed.  this is bug two.
9. type Control-Space to deactivate input method.
Comment 1 Ashizawa Kazunori 2007-03-02 08:27:01 UTC
additional info:
uml ubild: 070301_1
Comment 2 Ken Frank 2007-03-02 17:10:09 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 97037.

ken.frank@sun.com



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