-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 12, 13
-
b07
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8318697 | 11.0.22 | Andrew Lu | P3 | Resolved | Fixed | b01 |
1. Run SwingSet2 on Mac.
2. Choose JColorChooserDemo / Background / HSV
3. Click on any editor inside the JSpinner to make it gain the focus.
4. Press TAB key
Expected: Focus is transferred to the next component.
Actual: The focus indicator is disappeared. The actual focus is captured by the JSpinner's buttons which are not focusable by mouse click.
2. Choose JColorChooserDemo / Background / HSV
3. Click on any editor inside the JSpinner to make it gain the focus.
4. Press TAB key
Expected: Focus is transferred to the next component.
Actual: The focus indicator is disappeared. The actual focus is captured by the JSpinner's buttons which are not focusable by mouse click.
- backported by
-
JDK-8318697 [macos] JSpinner buttons in JColorChooser dialog may capture focus using TAB Key.
- Resolved
- duplicates
-
JDK-8218037 [macosx] JColorChooser dialog does not get closed sometimes after clicking on OK button
- Closed