GNOME Bugzilla – Bug 354495
Compose key doesn't work on location entry
Last modified: 2007-02-07 16:07:51 UTC
Please describe the problem: I can't use my compose key to write non-ascii chars in the location entry. Steps to reproduce: 1. Enable compose key (In my conf it replaces Caps Lock) 2. Type in the location entry something like: ni(compose)(-)(n)o Actual results: Following the example, you will get ni-no as the input in the location entry Expected results: You would expect niño to appear in the location entry Does this happen every time? Yes Other information: Compose key works anywhere else.
Does the Compose key work in other GTK text entries? What happens when you right click the location entry and select a different input method?
Works on every gtk thingy, if I select X Input Method it works. Weird :/
:(:(:(:(
Ok, this is a gtk problem, re-assigning. The problem is that while the autocompletion popup is shown, compose sequences do not work. Steps to reproduce: 0) Start testentrycompletion 1) Focus the 2nd entry 2) Type "a[Compose]n-[Compose]n-" Results: While typing, the first compose sequence is translated to ñ, then the entry has 2 characters and the autocompletion shows, and the 2nd compose sequence entered is not translated.
2006-10-03 Matthias Clasen <mclasen@redhat.com> Fix interaction of GtkEntryCompletion with input methods. (#354495, Diego Escalante Urrelo) * gtk/gtkentry.c (gtk_entry_completion_key_press): Only reset the im context if we actually handle the key event. * gtk/gtkentrycompletion.c: Also propagate key release events to the entry.
Wii \o/ *dieguito jumps around in happiness
*** Bug 381018 has been marked as a duplicate of this bug. ***
*** Bug 383874 has been marked as a duplicate of this bug. ***
*** Bug 369817 has been marked as a duplicate of this bug. ***
*** Bug 405189 has been marked as a duplicate of this bug. ***
I'm curious as to how did you solve this bug? APT keeps insisting I have the last version of epiphany-browser installed.