-
Bug
-
Resolution: Fixed
-
P3
-
6, 7
-
b27
-
x86
-
windows_xp, windows_vista
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2160780 | 6u10 | Ragini Prasad | P2 | Resolved | Fixed | b22 |
JDK-2171606 | 5.0u18 | Ragini Prasad | P3 | Resolved | Fixed | b01 |
JDK-2158969 | 5.0u17-rev | Ragini Prasad | P2 | Resolved | Fixed | b09 |
When a modal dialogue appears and disappears, user inputs some char. string to text field.
The 1st char. of the string can not be input. That seems discarded.
REPRODUCE :
The same instruction is mentioned the windows which shows up when the test program is invoked.
1) Invoke the attached test program
2) Press "TAB" key
A dialogue with "ok" button will show up.
3) Click the "ok"
The dialogue disappears and focus moves to the text field in the window.
4) Type "abc" You will see only "bc" in the text field.
CONFIGURATION:
JDK : 7b24(amd64), 6u4(amd64), 5.0u14(amd64) and 1.4.2_16(i586)
OS : Windows Vista Ultimate(Japanese)
CPU : Core 2 Duo
The 1st char. of the string can not be input. That seems discarded.
REPRODUCE :
The same instruction is mentioned the windows which shows up when the test program is invoked.
1) Invoke the attached test program
2) Press "TAB" key
A dialogue with "ok" button will show up.
3) Click the "ok"
The dialogue disappears and focus moves to the text field in the window.
4) Type "abc" You will see only "bc" in the text field.
CONFIGURATION:
JDK : 7b24(amd64), 6u4(amd64), 5.0u14(amd64) and 1.4.2_16(i586)
OS : Windows Vista Ultimate(Japanese)
CPU : Core 2 Duo
- backported by
-
JDK-2158969 1st char. is discarded after a modal dialogue shows up and disappears
- Resolved
-
JDK-2160780 1st char. is discarded after a modal dialogue shows up and disappears
- Resolved
-
JDK-2171606 1st char. is discarded after a modal dialogue shows up and disappears
- Resolved
- duplicates
-
JDK-6668883 First character does not show in JTextArea when tabbed in from another JTextArea
- Closed
- relates to
-
JDK-6986252 java/awt/Focus/ConsumeNextKeyTypedOnModalShowTest/ConsumeNextKeyTypedOnModalShowTest.java faled
- Open