RESOLVED DUPLICATE of bug 70595 184728
Fails to render opacity with transition on page load
https://bugs.webkit.org/show_bug.cgi?id=184728
Summary Fails to render opacity with transition on page load
Roland Soos
Reported 2018-04-18 05:08:42 PDT
Steps to reproduce: 1. Open in Safari https://smartslider3.com/bugs/webkit/divi/index.html 2. You should see white page (If you see the red box, refresh the page, at fist the issue might not happen) The issue is that the opacity of the red body set to 1 when the page is ready, but Safari fails to apply it. Expected results: You should see a red box Video: https://www.youtube.com/watch?v=LV2PyZcXJoE Tested in Safari 11.1 and Tech Preview 11.2 and happens in both browsers.
Attachments
Test case (730 bytes, text/html)
2018-04-18 05:28 PDT, Roland Soos
no flags
Roland Soos
Comment 1 2018-04-18 05:28:45 PDT
Created attachment 338210 [details] Test case
Roland Soos
Comment 2 2018-04-18 05:29:46 PDT
(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>
Radar WebKit Bug Importer
Comment 3 2018-04-20 23:41:03 PDT
Sam Sneddon [:gsnedders]
Comment 4 2022-06-10 09:16:10 PDT
*** This bug has been marked as a duplicate of bug 70595 ***
Note You need to log in before you can comment on or make changes to this bug.