Bug 43582 - Calling setCustomValidity should trigger a layout
Summary: Calling setCustomValidity should trigger a layout
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Erik Arvidsson
URL:
Keywords: HTML5
Depends on:
Blocks:
 
Reported: 2010-08-05 15:43 PDT by Erik Arvidsson
Modified: 2010-08-05 17:46 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.01 KB, patch)
2010-08-05 17:03 PDT, Erik Arvidsson
tkent: review+
Details | Formatted Diff | Diff

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