GNOME Bugzilla – Bug 314754
Ctrl+Enter doesn't work in autocompletion dropdown
Last modified: 2006-07-18 14:19:48 UTC
If a location is selected in the autocompletion dropdown from the url bar, and you use Ctrl+Enter to activate it (to get it in a new tab). Then the url that is in the location entry rather than selected is opened.
GtkEntryCompletions forwards the key event to the GtkEntry, but there is no public API on gtkentrycompletion to check if it the popup is shown and if so, which item or action is selected. We probably need to file a gtk+ bug first.
See gtk+ bug 309035, does it cover this bug as well?
Could be made to cover it, yes.
Updating fields
*** Bug 325896 has been marked as a duplicate of this bug. ***
Bug 328293 is related.
So, are there any proggresses on this yet?
IS this fixed by the patch for #345934?
*** This bug has been marked as a duplicate of 345934 ***