-
Bug
-
Resolution: Fixed
-
P3
-
11, 12
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8232672 | 11.0.6-oracle | Ichiroh Takiguchi | P3 | Resolved | Fixed | b02 |
JDK-8224755 | 11.0.4 | Ichiroh Takiguchi | P3 | Resolved | Fixed | b05 |
Following operation does not work with 64bit big endian CPU.
Test instruction is as follows:
1. Run Notepad demo package
2. Type "abc" on JTextArea component
3. Select "abc" and drag this text by mouse
4. Press Ctrl key to change operation.
Mouse cursor should be changed from Move operation to Copy operation
5. Release Ctrl key
Mouse cursor should be changed from Copy operation to Move operation
But step 5 does not work on 64bit big endian CPU, like Linux s390x and AIX.
Sometimes, step 4 may not work properly
Test instruction is as follows:
1. Run Notepad demo package
2. Type "abc" on JTextArea component
3. Select "abc" and drag this text by mouse
4. Press Ctrl key to change operation.
Mouse cursor should be changed from Move operation to Copy operation
5. Release Ctrl key
Mouse cursor should be changed from Copy operation to Move operation
But step 5 does not work on 64bit big endian CPU, like Linux s390x and AIX.
Sometimes, step 4 may not work properly
- backported by
-
JDK-8224755 DnD operation change feature does not work with 64bit big endian CPU
-
- Resolved
-
-
JDK-8232672 DnD operation change feature does not work with 64bit big endian CPU
-
- Resolved
-
- links to