[Pidgin] #12599: It's impossible to override TAB key autocompletion behaviour in plugin
Pidgin
trac at pidgin.im
Sun Sep 5 18:18:18 EDT 2010
#12599: It's impossible to override TAB key autocompletion behaviour in plugin
------------------------+---------------------------------------------------
Reporter: kawaii.neko | Type: defect
Status: new | Component: pidgin (gtk)
Version: 2.7.3 | Keywords: tab autocomplete
------------------------+---------------------------------------------------
The reason is very simple: key-press-event handler for gtkconv->entry in
multi user chat always return TRUE when Tab key is pressed. So even when
text entry is empty, for MUC's key event won't be passed to plugin because
tab_complete function returns TRUE in this case.
It is also not an option to use key-release-event because in this case
plugin handler will be invoked after pidgin's core tab_complete function.
This bug blocks, for example ticket #9748
--
Ticket URL: <http://developer.pidgin.im/ticket/12599>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list