[Webkit-unassigned] [Bug 184728] Fails to render opacity in special case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 18 05:29:46 PDT 2018


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

--- Comment #2 from Roland Soos <roland at nextendweb.com> ---
(In reply to Roland Soos from comment #1)
> Created attachment 338210 [details]
> Test case

Just simplified the test case and this JavaScript gives the wrong result:

<script>
    (function ($) {
        $(document).ready(function () {
            $('#a').addClass('ready');
        });
        $(window).load(function () {
            $('body').css({'display': 'initial'});
        });
    })(jQuery);
</script>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180418/29d4beba/attachment-0001.html>


More information about the webkit-unassigned mailing list