[Webkit-unassigned] [Bug 27443] [Gtk] Combobox should support "find-as-you-type" search

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 17 12:18:27 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=27443





--- Comment #3 from Apelete Seketeli <apelete at seketeli.org>  2010-04-17 12:18:27 PST ---
Created an attachment (id=53605)
 --> (https://bugs.webkit.org/attachment.cgi?id=53605)
PopupMenu "find as you type" search

Hi,

This is a rough patch intended to add find as you type functionalty to the
PopupMenus: entries are searchable and automatically selected using the
keyboard.
A few caveats though:
 - only works with flat PopupMenu list items, ie. PopupMenus containing tree
list items does not work well (don't know if the explanation is clear enough)
 - only modifier keys are handled well for the moment, anything beyond
alphanumerical keys and modifiers may have an unexpected behaviour
 - there is no feedback during the search, except for the automatic selection
of the searched item if found

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list