Bug 80888

Summary: Clear background for NSTextFieldCell is unreliable and not necessary
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: FormsAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, mitz
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: OS X 10.7   
Attachments:
Description Flags
Patch mitz: review+

Description Beth Dakin 2012-03-12 14:20:19 PDT
With http://trac.webkit.org/changeset/104240 I thought it was necessary to make NSTextFieldCells draw with a clear background in order to allow styled text fields. That is not actually necessary…we just had a different bug where isControlStyled() was only checking for styled borders on text fields.

<rdar://problem/10663710>
Comment 1 Beth Dakin 2012-03-12 14:25:34 PDT
Created attachment 131409 [details]
Patch
Comment 2 Beth Dakin 2012-03-12 14:34:27 PDT
Fixed with http://trac.webkit.org/changeset/110480
Comment 3 mitz 2012-03-24 12:03:23 PDT
This caused bug 82131.