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

MAWT: Application hangs when key is pressed on a selected list - Solaris X86 Only

XMLWordPrintable

    • x86
    • solaris

      Application hangs without triggering any Key Events, when Key is pressed on a list which is selected.

      Compile and run SelectListKeyTest.java

      It will have a frame with TextArea, List, TextField
      Mouse will be moved over each Component and clicked and then Key is pressed
      For the first loop, MouseEvents and KeyEvents are triggered for all components
      When key is pressed on already selected list, for second time, only MouseEvents are triggered, and application hangs.
      When we move the mouse slowly, the program continue to execute

      In SelectListKeyTest.java, uncomment the line - list.select(0);
      and then compile and run, it will not hang.

            dcherepanov Dmitry Cherepanov
            rpullanisunw Rakesh Pullanikkad (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: