[Webkit-unassigned] [Bug 107329] New: Chromium WebKit API should use updateLayout() rather than updateLayoutIgnorePendingStylesheets()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 14:48:33 PST 2013


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

           Summary: Chromium WebKit API should use updateLayout() rather
                    than updateLayoutIgnorePendingStylesheets()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: https://code.google.com/p/chromium/issues/detail?id=16
                    7083
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: isherman at chromium.org


Chromium's WebNode implementation calls updateLayoutIgnorePendingStylesheets() in a couple of places in its implementation.  These should be updateLayout() instead, to prevent issues like [ https://code.google.com/p/chromium/issues/detail?id=167083 ], where a CSS transition animation is being incorrectly triggered due to Chrome Autofill calling into these functions.

-- 
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