Bug 28217

Summary: Scrolling a window through Javascript detaches an open drop down
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebCore Misc.Assignee: Brian Weinstein <bweinstein>
Status: NEW ---    
Severity: Normal CC: aroben
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test Case none

Description Brian Weinstein 2009-08-12 10:17:36 PDT
Created attachment 34668 [details]
Test Case

If you have an open drop down, and the page scrolls (with a window.scroll event or something like it), the drop down will be detached.

Attached is a test case that will reproduce the bug.
Comment 1 Brian Weinstein 2009-08-12 10:19:36 PDT
<rdar://problem/7137099>
Comment 2 Adam Roben (:aroben) 2009-08-12 10:21:41 PDT
What do other browsers do?
Comment 3 Brian Weinstein 2009-08-12 10:25:00 PDT
IE is the only one that behaves properly, scrolling the popup window with the rest of the page. Other browsers I tested that fail:

Windows:
- Safari
- Chrome
- Firefox
- Opera

Mac:
- Safari