Bug 55705 - Incorrect mouse interaction with Autofill popup menu's first appearance
Summary: Incorrect mouse interaction with Autofill popup menu's first appearance
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 13:54 PST by David Holloway
Modified: 2011-12-21 15:30 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.75 KB, patch)
2011-03-03 15:48 PST, David Holloway
eric: review-
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Holloway 2011-03-03 13:54:42 PST
Incorrect mouse interaction with Autofill popup menu's first appearance
Comment 1 David Holloway 2011-03-03 15:47:02 PST
Reproduction steps are as follows:

1. Launch Chrome
2. Surf to http://echo3.bluehornet.com/phase2/survey1/survey.htm?cid=fkotec
3. Click in the "First Name" field
4. Position mouse pointer just below the input field.
5. Type the first two letters of your name in rapid succession, "Da" in my case
6. The first profile is previewed in the input field because the mouse pointer is hovering over the first popup item.
7. Type another letter, which clears the input field because all of the text was previously selected.

What is the expected output? 
  "Da" should trigger a list of matches to show up in the popup menu.

What do you see instead?
  The "D" got eaten, and only matches starting with "a" showed up.
Comment 2 David Holloway 2011-03-03 15:48:32 PST
Created attachment 84641 [details]
Patch
Comment 3 Dimitri Glazkov (Google) 2011-03-08 13:55:53 PST
Comment on attachment 84641 [details]
Patch

k
Comment 4 WebKit Review Bot 2011-06-18 19:57:39 PDT
Comment on attachment 84641 [details]
Patch

Rejecting attachment 84641 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-02', '--port..." exit_code: 2

Last 500 characters of output:
 patch file(s).
patching file Source/WebKit/chromium/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
Hunk #1 succeeded at 56 (offset 4 lines).
Hunk #2 succeeded at 72 (offset 4 lines).
Hunk #3 FAILED at 91.
1 out of 3 hunks FAILED -- saving rejects to file Source/WebKit/chromium/src/WebPopupMenuImpl.cpp.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Dimitri Glazkov', u'--..." exit_code: 1

Full output: http://queues.webkit.org/results/8907076
Comment 5 Eric Seidel (no email) 2011-12-21 15:30:12 PST
Comment on attachment 84641 [details]
Patch

David is not a committer so this will need a new patch uploaded.