NEW 28217
Scrolling a window through Javascript detaches an open drop down
https://bugs.webkit.org/show_bug.cgi?id=28217
Summary Scrolling a window through Javascript detaches an open drop down
Brian Weinstein
Reported 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.
Attachments
Test Case (1.18 KB, text/html)
2009-08-12 10:17 PDT, Brian Weinstein
no flags
Brian Weinstein
Comment 1 2009-08-12 10:19:36 PDT
Adam Roben (:aroben)
Comment 2 2009-08-12 10:21:41 PDT
What do other browsers do?
Brian Weinstein
Comment 3 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
Note You need to log in before you can comment on or make changes to this bug.