Bug 119890 - [GTK] Typeahead in select with size > 1 is broken in WebKit2
Summary: [GTK] Typeahead in select with size > 1 is broken in WebKit2
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-16 03:50 PDT by Claudio Saavedra
Modified: 2017-03-11 10:46 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claudio Saavedra 2013-08-16 03:50:40 PDT
Try typeahead in http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select_size . Usually you would be able to type the first letters of an item and get to it. Now each keystroke is considered as an independent search. This seems to work with WK1 and with size=1 (combobox case).

I am not sure whether this is WKGTK specific, though, but haven't really tried other ports.