Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: 1.4.0
-
Fix Version/s: 1.4.0
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:beta2
-
CPU:generic
-
OS:generic
-
Verification:Verified
Description
JTextComponent implements the interface InputMethodRequests, but the following committed text related methods are incorrectly implemented:
cancelLatestCommittedText - currently returns an AttributedString instance which contains null ("") string. This should return null if it does not support the undo-commit functionality.
getCommittedText - currently returns an AttributedCharacterIterator instance that contains null ("") string. This should return a range text that is specified by (begin, end) in the text component.
getCommittedTextLength - currently returns 0. This should return the entire text length in this text component.
===========================================================================
Verified in MB91
###@###.### 2002-01-15
===========================================================================
cancelLatestCommittedText - currently returns an AttributedString instance which contains null ("") string. This should return null if it does not support the undo-commit functionality.
getCommittedText - currently returns an AttributedCharacterIterator instance that contains null ("") string. This should return a range text that is specified by (begin, end) in the text component.
getCommittedTextLength - currently returns 0. This should return the entire text length in this text component.
===========================================================================
Verified in MB91
###@###.### 2002-01-15
===========================================================================
Attachments
Issue Links
- relates to
-
JDK-4468859 RFE: Thai Input Sequence Checking Method (WTT2.0) not implemented
-
- Closed
-