[Webkit-unassigned] [Bug 69400] New: REGRESSION(r53878): Input elements doesn't share styles if the document contains no validity style rules.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 23:27:17 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69400

           Summary: REGRESSION(r53878): Input elements doesn't share
                    styles if the document contains no validity style
                    rules.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: adele at apple.com, darin at apple.com


http://trac.webkit.org/changeset/53878 introduced an optimization to avoid form control validation.

               if (!m_element->document()->containsValidityStyleRules()) 
                     return false; 

However, this code means that we don't share input element styles if the document contains no validity style rules.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list