Bug 133044
Summary: | Undo (CTRL-Z) creates some extra characters when undo a composed character | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Lawrence Lim <llim> |
Component: | gtk2 | Assignee: | Matthias Clasen <mclasen> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | eng-i18n-bugs, otaylor, tools-bugs |
Target Milestone: | --- | Keywords: | i18n |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-10-22 04:18:27 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: |
Description
Lawrence Lim
2004-09-21 04:49:26 UTC
Here is the test case: - wget http://www.openi18n.org/subgroups/testsuites/1.3/interactive/text-editor-tests/UTF-8.txt - open UTF-8.txt in gedit - Go to end of hangul extended line - delete part of the character. - press ctrl-z I think there are multiple things going on here - without touching the delete key at all I can get bizarre behavior with gedit. Open up a new window, with a Korean input method, enter a syllable and commit it. The first press of C-z deletes the character ... looks good. But repeatedly typing C-z after that results in junk being inserted into the buffer. THis is probably some combination of GtkTextView bugs and GtkSourceView bugs ... undo is implemented as a layer on *top* of GtkTextView. Fixed in rawhide |