Bug 112238 - REGRESSION(r110673): [Chromium] Scrolling any part of page closes popups
Summary: REGRESSION(r110673): [Chromium] Scrolling any part of page closes popups
Status: RESOLVED DUPLICATE of bug 111278
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 02:34 PDT by Keishi Hattori
Modified: 2013-03-17 20:16 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keishi Hattori 2013-03-13 02:34:33 PDT
Re
1. Open data:text/html,<input type=date style="width:100px">
2. open calendar picker
3. click on date

Expected: calendar picker should stay open.
Reality: calendar picker closes because when the value was set, the input element is too narrow so the inner element (DateTimeEditElement) scrolled.

Reduced example: http://jsbin.com/opapox/6/edit
When you scroll the div#scrollable, the popup for an element that is outside the div#scrollable closes.
Comment 1 Keishi Hattori 2013-03-13 02:41:39 PDT
Hi bdakin@. Could you help me out?
I don't understand why RenderLayer::scrollTo() should call FrameLoaderClient::didChangeScrollOffset(). Should FrameLoaderClient::didChangeScrollOffset()  really be called when a scrollable div inside it scrolls?
Comment 2 Kent Tamura 2013-03-17 20:16:56 PDT

*** This bug has been marked as a duplicate of bug 111278 ***