Bug 40855

Summary: [GTK] Text input controls do not react properly to CSS styling
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch for this issue
none
Patch without changes to text area scrollbars as well none

Description Martin Robinson 2010-06-18 13:37:03 PDT
In particular, this can be observed by comparing the rendering of fast/forms/basic-selects.html and  fast/forms/basic-textareas-quirks.html with the pixel dump from the Mac port.
Comment 1 Martin Robinson 2010-10-26 16:02:23 PDT
This should be working for select controls now, but is still an issue for input type=text.
Comment 2 Martin Robinson 2010-10-26 16:18:20 PDT
Created attachment 71959 [details]
Patch for this issue
Comment 3 Martin Robinson 2010-11-24 14:40:20 PST
Created attachment 74795 [details]
Patch without changes to text area scrollbars as well
Comment 4 Martin Robinson 2010-11-24 14:42:53 PST
I think Xan preferred that I remove the change to the scrollbar rendering. I'll open a new bug for that. The new patch also doesn't have updated pixel results, but I'll generate them before landing the patch.
Comment 5 Xan Lopez 2010-11-27 08:16:04 PST
Comment on attachment 74795 [details]
Patch without changes to text area scrollbars as well

r=me
Comment 6 Martin Robinson 2010-12-02 06:12:03 PST
Committed r73128: <http://trac.webkit.org/changeset/73128>
Comment 7 Martin Robinson 2011-01-26 18:23:00 PST
Committed r76748: <http://trac.webkit.org/changeset/76748>