Bug 112238
Summary: | REGRESSION(r110673): [Chromium] Scrolling any part of page closes popups | ||
---|---|---|---|
Product: | WebKit | Reporter: | Keishi Hattori <keishi> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bdakin, tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Keishi Hattori
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Keishi Hattori
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
*** This bug has been marked as a duplicate of bug 111278 ***