Bug 112238

Summary: REGRESSION(r110673): [Chromium] Scrolling any part of page closes popups
Product: WebKit Reporter: Keishi Hattori <keishi>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bdakin, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Keishi Hattori
Reported 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.
Attachments
Keishi Hattori
Comment 1 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?
Kent Tamura
Comment 2 2013-03-17 20:16:56 PDT
*** This bug has been marked as a duplicate of bug 111278 ***
Note You need to log in before you can comment on or make changes to this bug.