Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4047549

Solaris only: check sign can not be displayed on checkbox with japanese label

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.1.1
    • client-libs
    • sparc
    • solaris_2.5.1

      [katakai 4/25/97 JST]
      Solaris only: check sign 'v' can not be displayed on the checkbox with
      japanese text.
       
      Please try to run following on Solaris2.5.1 CDE in japanese locale.
       
      import java.applet.Applet;
      import java.awt.*;
       
      public class test extends Applet {
              public void init() {
                      add(new Checkbox("\u3042\u3044\u3046"));
                      add(new Checkbox("\u3042A\u3044"));
                      add(new Checkbox("A\u3042\u3044"));
                      add(new Checkbox("\u3042\u3044A"));
              }
      }
       
      The lable of first checkbox is only japanese, the others contains ascii.
      When you click on the checkboxes, check sign 'v' will be displayed on
      the boxes, but it can not be displayed on the first one.
       
      Please see the snapshot in the attachment field, you can see the differences.

            mbronsonsunw Mike Bronson (Inactive)
            katakai Masaki Katakai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: