-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
5.0
-
x86
-
windows_xp
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
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
- duplicates
-
JDK-6377024 Focus not working on JOptionPane dialogs when using TAB key.
-
- Closed
-
- relates to
-
JDK-4143620 When use JOptionPane,press enter key on any button always yields 0.
-
- Closed
-