Bug 119421 - [Forms: color] Popover color picker's well should not be drawn
Summary: [Forms: color] Popover color picker's well should not be drawn
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 119356
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-01 18:11 PDT by Ruth Fong
Modified: 2013-08-01 18:12 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruth Fong 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.
Comment 1 Radar WebKit Bug Importer 2013-08-01 18:12:39 PDT
<rdar://problem/14627763>