Bug 119420

Summary: [Forms: color] Change behavior of popover color picker on a scroll event
Product: WebKit Reporter: Ruth Fong <ruthiecftg>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: bdakin, beidson, dino, jonlee, ruthiecftg, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 119356    
Bug Blocks:    

Ruth Fong
Reported 2013-08-01 18:05:56 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2013-08-01 18:07:47 PDT
Note You need to log in before you can comment on or make changes to this bug.