[Webkit-unassigned] [Bug 158507] New: Setting a style on the body right after load doesn't trigger a style recalc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 18:22:22 PDT 2016


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

            Bug ID: 158507
           Summary: Setting a style on the body right after load doesn't
                    trigger a style recalc
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

Created attachment 280758
  --> https://bugs.webkit.org/attachment.cgi?id=280758&action=review
Test case

While investigating a test failure, I ran into this issue.  It seems that if you try to set a style on the body, right after load, and then read it back via getComputedStyle, it won't get set. Interestingly, this only happens the first time. If you immediately set the same style again, it works. Test case attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160608/2ef4a847/attachment.html>


More information about the webkit-unassigned mailing list