Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338530

Summary: Can't input Japanese at Single mode Text widget.
Product: [Eclipse Project] Platform Reporter: Hiroki Kondo <kompiro>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: major    
Priority: P3 CC: remy.suen
Version: 4.1   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard: stalebug

Description Hiroki Kondo CLA 2011-03-01 08:42:14 EST
Build Identifier: I20110127-2034

I always write Japanese by IME. IME needs some steps to write Japanese.
1. Enter some ascii character.
2. Translate to Japanese character by space key.
3. Decide the word of Japanese by return key.

But I can't translate by space key and decide any words by return key when I focus at text widget.
(StyledText and multi line mod Text are OK to write Japanese.)

Code Snippets:
public class SingleLineText  {
	public static void main(String[] args) {
		Display display = new Display();
		Shell shell = new Shell(display);
		shell.setLayout(new FillLayout());
		final Text t = new Text(shell, SWT.BORDER );
		t.setText ("can't input Japanese.");
		shell.pack();
		shell.open();
		while (!shell.isDisposed()) {
			if (!display.readAndDispatch())
				display.sleep();
		}
		display.dispose();
	}
}

Reproducible: Always
Comment 1 Eclipse Genie CLA 2018-12-02 17:06:39 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Lars Vogel CLA 2019-09-02 15:08:12 EDT
This bug has been marked as stalebug a while ago without any further interaction.

If this report is still relevant for the current release, please reopen and remove the stalebug whiteboard flag.
Comment 3 Lars Vogel CLA 2019-09-02 15:13:42 EDT
This bug was marked as stalebug a while ago. Marking as worksforme.

If this report is still relevant for the current release, please reopen and remove the stalebug whiteboard tag.