[Webkit-unassigned] [Bug 112238] New: REGRESSION(r110673): [Chromium] Scrolling any part of page closes popups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 02:32:07 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112238

           Summary: REGRESSION(r110673): [Chromium] Scrolling any part of
                    page closes popups
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keishi at webkit.org
                CC: bdakin at apple.com, tkent at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list