[Webkit-unassigned] [Bug 141758] New: Finding an option in a select element shouldn't be reset when the user types a space

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 18 09:21:35 PST 2015


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

            Bug ID: 141758
           Summary: Finding an option in a select element shouldn't be
                    reset when the user types a space
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Mac OS X 10.10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: adele at apple.com

Created attachment 246820
  --> https://bugs.webkit.org/attachment.cgi?id=246820&action=review
Test case

Finding an option in a select element shouldn't be reset when the user types a space.

Steps to reproduce:
1) Load the attached test case
2) Hit tab twice to focus the select element
3) Type "United S"

When you hit the space, the search string is reset, and when you next type "S", "Spain" is selected.  I expect "United States" to be selected.

Firefox behaves correctly, Chrome matches our behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150218/e9d223b6/attachment-0002.html>


More information about the webkit-unassigned mailing list