WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 111278
112238
REGRESSION(
r110673
): [Chromium] Scrolling any part of page closes popups
https://bugs.webkit.org/show_bug.cgi?id=112238
Summary
REGRESSION(r110673): [Chromium] Scrolling any part of page closes popups
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug