UNCONFIRMED 119421
[Forms: color] Popover color picker's well should not be drawn
https://bugs.webkit.org/show_bug.cgi?id=119421
Summary [Forms: color] Popover color picker's well should not be drawn
Ruth Fong
Reported 2013-08-01 18:11:41 PDT
In bug 119356, an initial patch implemented <input type='color'> with a popover color picker. Currently, the color well for an <input type='color'> element is drawn in ColorInputType:createShadowSubtree() at the WebCore level. However, the patch from bug 119356 redraws a popover color well when the <input type='color'> element is clicked. This re-drawing of the color well should not be done and only the popover should be displayed.
Attachments
Radar WebKit Bug Importer
Comment 1 2013-08-01 18:12:39 PDT
Note You need to log in before you can comment on or make changes to this bug.