-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta2
-
generic
-
generic
-
Verified
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
===========================================================================
- relates to
-
JDK-4468859 RFE: Thai Input Sequence Checking Method (WTT2.0) not implemented
- Closed