UNCONFIRMED 119420
[Forms: color] Change behavior of popover color picker on a scroll event
https://bugs.webkit.org/show_bug.cgi?id=119420
Summary [Forms: color] Change behavior of popover color picker on a scroll event
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.