Bug 80888 - Clear background for NSTextFieldCell is unreliable and not necessary
Summary: Clear background for NSTextFieldCell is unreliable and not necessary
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified OS X 10.7
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-03-12 14:20 PDT by Beth Dakin
Modified: 2012-03-24 12:03 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.53 KB, patch)
2012-03-12 14:25 PDT, Beth Dakin
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.