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

Mouse cursor should be arrow pointer on popup menu

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 5.0
    • client-libs
    • x86
    • windows_2000

      Name: dk106046 Date: 08/16/2004

      OPERATING SYSTEM(S):
      Windows 2000

      FULL JDK VERSION(S):
      java version "1.4.2_04-ea"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-ea-b01)
      Java HotSpot(TM) Client VM (build 1.4.2_04-ea-b01, mixed mode)
      java version "1.5.0-beta3"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta3-b57)
      Java HotSpot(TM) Client VM (build 1.5.0-beta3-b57, mixed mode)


      1. Build AWTTest.java testcase:

      import java.awt.*;

      public class AWTTest{
          public static void main(String[] args){
      Frame f=new Frame("AWTTest");
      TextArea ta=new TextArea();
      f.add(ta);
      f.setSize(300,300);
      f.show();
          }
      }

      2. Run testcase: java AWTTest

      3. Select "AWT -> TextArea" menu

      4. Click TextArea by using right-mouse button to open Windows' Edit popup menu

      5. Move mouse pointer onto textarea to see it display an edit pointer.

      6. Move mouse pointer onto popup menu.
         At this time, mouse cursor should be arrow pointer,
         but it's still edit pointer. <== PROBLEM

      ======================================================================

            osemenovsunw Oleg Semenov (Inactive)
            dkorbel David Korbel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: