Bug 145431
Summary: | [bn_IN] backspace changes independent indic characters | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Jatin Nansi <jnansi> | ||||
Component: | pango | Assignee: | Behdad Esfahbod <behdad> | ||||
Status: | CLOSED NOTABUG | QA Contact: | desktop-bugs <desktop-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.0 | CC: | eng-i18n-bugs, petersen, runab, smohan | ||||
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: | 2009-07-07 09:07:37 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: | 126002, 220805 | ||||||
Attachments: |
|
Description
Jatin Nansi
2005-01-18 13:03:15 UTC
Created attachment 109923 [details]
screenshot of gedit
Are there any plan this this entry? Reassigning pango bugs to Behdad. I debug this bug and I find that this bug is not the bug of Pango, but the bug of gtk. gtk_entry_backspace( ) and gtk_text_buffer_backspace( ) need be modified. I will write a patch for this bug. I filed a new bug of gtk in Gnome bugzilla. http://bugzilla.gnome.org/show_bug.cgi?id=348107 I wrote a patch for this bug. The patch is below: http://bugzilla.gnome.org/show_bug.cgi?id=348107 Problem still exists in RHEL5 Beta. Component Version tested : pango-1.14.9-3.el5. Package available in the tree : http://porkchop.redhat.com/nightly/RHEL5-Client-20061218.nightly/tree-i386/Client/ tested this bug with EL4 also. there tested it with the Component Version : pango-1.6.0-9.2. Bug is also exists there in EL4. If any rpm or test RPM available to test the patch mentioned in comment #5, pls attach it, so that i can test the work done fixing this problem. LingNing, any update here? I wrote a patch for fixing this bug and bug217017, bug220805. And this patch fixed all problems about backspace-delete and cursor moving of all split matras of all indic scripts. The patch is: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217017 Rahul, can you review the status of this? This behavior is due to the Normalization. And as seen on the comments on upstream bugs, backspace on NFD, is actually an expected behavior. So since this is what Unicode expects, I am not sure if this should be treated as a bug. |