Bug 28217 - Scrolling a window through Javascript detaches an open drop down
Summary: Scrolling a window through Javascript detaches an open drop down
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-08-12 10:17 PDT by Brian Weinstein
Modified: 2009-08-12 10:25 PDT (History)
1 user (show)

See Also:


Attachments
Test Case (1.18 KB, text/html)
2009-08-12 10:17 PDT, Brian Weinstein
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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