-
Bug
-
Resolution: Fixed
-
P3
-
1.0, 6
-
b112
-
x86
-
windows_xp, windows_vista
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2157430 | 6u10 | Konstantin Voloshin | P4 | Resolved | Fixed | b11 |
Step to reproduce:
----------------------
1)Run the attached program. You will see a frame with textfield. The textfield contains characters from 'A' to 'Z'. If you see character from 'm' to 't' selected in the textfield then the bug is reproduced. Actually the we should see selection from 'a' to 't'.
This happend only on windows. I tested in jdk 1.4.2/fcs/b28 , jdk 1.5.0/fcs/b64/ & Mustang 1.6.0/b20 where its working fine, but it has broken after that. Hence it is a regression. Its just a visual perception , but the functionality is working fine.
----------------------
1)Run the attached program. You will see a frame with textfield. The textfield contains characters from 'A' to 'Z'. If you see character from 'm' to 't' selected in the textfield then the bug is reproduced. Actually the we should see selection from 'a' to 't'.
This happend only on windows. I tested in jdk 1.4.2/fcs/b28 , jdk 1.5.0/fcs/b64/ & Mustang 1.6.0/b20 where its working fine, but it has broken after that. Hence it is a regression. Its just a visual perception , but the functionality is working fine.
- backported by
-
JDK-2157430 REG: bug 4118621 which got Integrated in 1.1.8 fails in mustang from b25 onwards.
- Resolved
- relates to
-
JDK-4118621 Selected text scrolls text out of view even if there is enough room
- Closed