Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338530 - Can't input Japanese at Single mode Text widget.
Summary: Can't input Japanese at Single mode Text widget.
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.1   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 08:42 EST by Hiroki Kondo CLA
Modified: 2019-09-02 15:13 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.