Details
-
Bug
-
Resolution: Fixed
-
P4
-
7u40, 8
-
b68
-
generic
-
linux_ubuntu
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018713 | 7u45 | Alexandr Scherbatiy | P4 | Closed | Fixed | b01 |
JDK-8000468 | 7u40 | Alexandr Scherbatiy | P4 | Closed | Fixed | b06 |
Description
java version "1.7.0_10-ea"
Java(TM) SE Runtime Environment (build 1.7.0_10-ea-b08)
The issue is not reproduced on 1.6.0_22
Steps to reproduce:
- Run the code below (Frame with TextField) on Linux:
----------------------------------------------------------
import java.awt.Frame;
import java.awt.TextField;
public class TextFieldTest {
public static void main(String[] args) {
Frame frame = new Frame("Test");
frame.setSize(300,200);
frame.add(new TextField());
frame.setVisible(true);
}
}
----------------------------------------------------------
- Switch keyboard to USA Alternative International
- Type ` + e
Only 'e' is shown without the grave dead key ( 'è' )
Java(TM) SE Runtime Environment (build 1.7.0_10-ea-b08)
The issue is not reproduced on 1.6.0_22
Steps to reproduce:
- Run the code below (Frame with TextField) on Linux:
----------------------------------------------------------
import java.awt.Frame;
import java.awt.TextField;
public class TextFieldTest {
public static void main(String[] args) {
Frame frame = new Frame("Test");
frame.setSize(300,200);
frame.add(new TextField());
frame.setVisible(true);
}
}
----------------------------------------------------------
- Switch keyboard to USA Alternative International
- Type ` + e
Only 'e' is shown without the grave dead key ( 'è' )
Attachments
Issue Links
- backported by
-
JDK-8000468 Diacritic is not applyed to a base letter on Linux
- Closed
-
JDK-8018713 Diacritic is not applyed to a base letter on Linux
- Closed
- relates to
-
JDK-7146572 enableInputMethod(false) does not work in the TextArea and TextField on the linux platform
- Resolved
-
JDK-8025649 [TEST] need test to cover JDK-8000423
- Resolved
-
JDK-8022926 Diacritic signs aren't applied on Linux when using Oracle VirtualBox
- Closed
-
JDK-7155378 Need utils api/field which determines the dead key
- Resolved
(1 relates to)