Bug 15545 - Dismissing <select> requires mouse move on Windows if drop-down menu is not scrollable
Summary: Dismissing <select> requires mouse move on Windows if drop-down menu is not s...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction, PlatformOnly
Depends on:
Blocks:
 
Reported: 2007-10-17 19:55 PDT by Matt Lilek
Modified: 2007-10-17 19:57 PDT (History)
0 users

See Also:


Attachments
Testcase (616 bytes, text/html)
2007-10-17 19:57 PDT, Matt Lilek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2007-10-17 19:55:57 PDT
On Windows, if a <select> menu does not contain enough options to require a scrollbar, clicking the <select> again without moving the cursor does not dismiss the menu.  Clicking in another part of the <select> does dismiss menu as expected.  This is easier to reproduce if you have a laptop and trackpad.

I'm marking this as PlatformOnly for now, but this may affect any ports that use drop-down style menus and not popup menus like OS X.
Comment 1 Matt Lilek 2007-10-17 19:57:38 PDT
Created attachment 16710 [details]
Testcase