-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
6
-
Cause Known
-
other, x86
-
windows_xp
IllegalArgumentException is thrown when the function F3 is pressed in the JTextField. It is observed when it is Japanese environment and when 'ctrl+shift+o' is used to change the direction of textentry.
OPERATING SYSTEM(S):
Windows
FULL JDK VERSION(S):
1.3.1_16, 1.4.2, 5.0, 6.0
DESCRIPTION:
- Exact steps to reproduce
compile the java program and run.
(a)javac TestTen.java (b)java TestTen (c) see instructions in attached Word document.
- Minimal source code that demonstrates the problem
The standalone testcase is attached (TestTen.java)
- Exact text of any error messages
java.lang.IllegalArgumentException: offsetLimit must be after current position
- Any trace information
Complete stacktrace is available in the Word document
- Any additional configuration information)
reported behaviour is observed in Japanese environment only.
OPERATING SYSTEM(S):
Windows
FULL JDK VERSION(S):
1.3.1_16, 1.4.2, 5.0, 6.0
DESCRIPTION:
- Exact steps to reproduce
compile the java program and run.
(a)javac TestTen.java (b)java TestTen (c) see instructions in attached Word document.
- Minimal source code that demonstrates the problem
The standalone testcase is attached (TestTen.java)
- Exact text of any error messages
java.lang.IllegalArgumentException: offsetLimit must be after current position
- Any trace information
Complete stacktrace is available in the Word document
- Any additional configuration information)
reported behaviour is observed in Japanese environment only.
- relates to
-
JDK-6356856 Selecting all entries in a text component while in compose mode and deleting throws Exception
-
- Open
-
-
JDK-6356866 Clicking multiple times on JTree or JTable having non english characters throws Exception in WinXP
-
- Open
-
-
JDK-6359437 Doing select all while in compose mode removes contents of text component
-
- Open
-