[Bug 1726138] Tk::Text ignores non-ASCII input from a keyboard with SCIM input method

2019-11-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1726138 Ben Cotton changed: What|Removed |Added Status|NEW |CLOSED Resolution|---

[Bug 1726138] Tk::Text ignores non-ASCII input from a keyboard with SCIM input method

2019-10-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1726138 --- Comment #5 from Ben Cotton --- This message is a reminder that Fedora 29 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora 29 on 2019-11-26. It is Fedora's policy to close all bug reports from

[Bug 1726138] Tk::Text ignores non-ASCII input from a keyboard with SCIM input method

2019-07-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1726138 Petr Pisar changed: What|Removed |Added External Bug ID||CPAN 129962 --- Comment #4 from Petr

[Bug 1726138] Tk::Text ignores non-ASCII input from a keyboard with SCIM input method

2019-07-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1726138 --- Comment #3 from Petr Pisar --- The initiation happens in OpenIM() during an application startup: dispPtr->inputMethod = XOpenIM(dispPtr->display, NULL, NULL, NULL); and it fails. -- You are receiving this mail because: You are on

[Bug 1726138] Tk::Text ignores non-ASCII input from a keyboard with SCIM input method

2019-07-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1726138 --- Comment #2 from Petr Pisar --- And that's caused by winPtr->inputContext being NULL in TkpGetString(). It seems that the inputContext is not properly initialized. -- You are receiving this mail because: You are on the CC list for the

[Bug 1726138] Tk::Text ignores non-ASCII input from a keyboard with SCIM input method

2019-07-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1726138 Petr Pisar changed: What|Removed |Added Summary|Tk::Text ignores non-ASCII |Tk::Text ignores non-ASCII