[Webkit-unassigned] [Bug 119420] New: [Forms: color] Change behavior of popover color picker on a scroll event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 1 18:06:12 PDT 2013


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

           Summary: [Forms: color] Change behavior of popover color picker
                    on a scroll event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ruthiecftg at gmail.com


In bug 119356, an initial patch was landed that implemented <input type='color'> using a popover color picker.

However, on scroll, the popover color picker "sticks" to the window while the page behind it is scrolled.

Instead, it should probably do one of the following:
- Hide the popover color picker on a scroll event (like the yellow highlighting of a "Find" search)
- Disable the ability to scroll when the popover is open (like the <select> element does when the drop-down menu appears)
- Redraw the popover color picker as it scrolls (this would be expensive)

I think we should do the first option, but I'm interested in hearing other people's thoughts.

-- 
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