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

Enter in JOptionpane works diffently in different L&F

XMLWordPrintable

      FULL PRODUCT VERSION :
      java version "1.5.0_02"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
      Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing)

      ADDITIONAL OS VERSION INFORMATION :
      Microsoft Windows XP [Version 5.1.2600]

      A DESCRIPTION OF THE PROBLEM :
      When pressing enter with focus on another button than the default button different buttons are activated.
      It looks a bit like 4143620, but I think you should revise your opinion about not being a bug.
      It should work the same way regardsless of the L&F

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      1. Run sample
      2. Set focus in "No" button
      3. Press enter key

      1. Enable the L&F code or Run sample again with
      java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel JOptionpaneTester
      2. Set focus in "No" button
      3. Press enter key

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      First run: 1
      Second run: 1
      ACTUAL -
      First run: 0
      Second run: 1

      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      public class JOptionpaneTester {
      public static void main(String[] args) {
      // try{ // UsingWindowsLookAndFeel or MotifLookAndFeel makes enter with focus on the No button activate the No button
      // UIManager.setLookAndFeel(WindowsLookAndFeel.class.getName());
      // } catch (Exception e) {}

      System.out.println(javax.swing.JOptionPane.showConfirmDialog(null, "Message", "Title", javax.swing.JOptionPane.YES_NO_OPTION));
      }
      }

      ---------- END SOURCE ----------
      ###@###.### 2005-03-14 21:39:42 GMT

            shickeysunw Shannon Hickey (Inactive)
            gmanwanisunw Girish Manwani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: