Bug 43582

Summary: Calling setCustomValidity should trigger a layout
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: FormsAssignee: Erik Arvidsson <arv>
Status: RESOLVED FIXED    
Severity: Normal CC: tkent
Priority: P2 Keywords: HTML5
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch tkent: review+

Description Erik Arvidsson 2010-08-05 15:43:03 PDT
By calling setCustomValidity should do a call to layout since setting this may need to update the CSS (due to :invalid pseudo classes)
Comment 1 Erik Arvidsson 2010-08-05 17:03:05 PDT
Created attachment 63665 [details]
Patch
Comment 2 Kent Tamura 2010-08-05 17:24:27 PDT
Comment on attachment 63665 [details]
Patch

ok
Comment 3 Erik Arvidsson 2010-08-05 17:46:21 PDT
Committed r64805: <http://trac.webkit.org/changeset/64805>