Bug 132612
| Summary: | [chinput] preedit buffer not intialise for new Input Context | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lawrence Lim <llim> |
| Component: | iiimf-le-chinput | Assignee: | Yu Shao <yshao> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eng-i18n-bugs, tools-bugs |
| Target Milestone: | --- | Keywords: | i18n |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.3-13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-10-30 09:14:06 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 125997 | ||
|
Description
Lawrence Lim
2004-09-15 05:29:44 UTC
In iiimf-le-chinput-3.0-11, the bug has resurfaced again. Steps: 1. log in as normal user with zh_CN locale and GNOME session 2. start gnome-terminal 3. toggle on (ctrl-space) 4. enter 'hong' (do not commit) 5. toggle off (ctrl-space) 6. toggle on (ctrl-space) 7. enter 'h' Actaul Result: preedit buffer contains 'hong h' Expected result: preedit buffer should be just 'h' instead of 'hong h' fixed, clearing preedit when toggle the SC on. |