GNOME Bugzilla – Bug 341417
Alt+Enter
Last modified: 2006-05-14 13:04:05 UTC
Please describe the problem: Typing something on the text field and pressing <Alt>Enter causes Deskbar to display a non-fatal error message: Traceback (most recent call last):
+ Trace 68166
match = modctx.module.on_key_press(qstring, shortcut)
return on_entry_key_press(query, shortcut, shortcuts_to_smart_bookmarks_map)
key = chr(shortcut)
Steps to reproduce: Actual results: Expected results: Does this happen every time? Yes Other information: If there is any other relevant information I'll be glad to supply it.
Ok, I known why this bug happens, alt+xx is used to trigger special events on matches that support it. The value of the key should be checked to be in [A-Za-z0-9] (or 0<x<256) before the method continue. Marked as gnome-love, i'll probably create a patch in the following days if noone tackle it.
Created attachment 65311 [details] [review] Added described check form above
Thanks in HEAD and 2.14 !