[Webkit-unassigned] [Bug 251595] New: Incorrect rendering of nested iframes in the absence of src/srcdoc/document.write

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 08:44:30 PST 2023


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

            Bug ID: 251595
           Summary: Incorrect rendering of nested iframes in the absence
                    of src/srcdoc/document.write
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: All
                OS: Unspecified
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Frames
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: matthieu.wipliez at teads.com

This seems somewhat related to bug #251592

When creating nested iframes dynamically in JavaScript, only the first 2 iframes are correctly rendered.
It is necessary to use "document.write" to force the iframes to render properly on Safari (expect notably on Safari 16.3 as the aforementioned bug shows).

Steps to reproduce :
Go to the URL: https://sample.teads.net/demo/bugs/safari-nested-iframe.html
Scroll down to the red rectangle
Observe that you see "hey there 0" and "hey there 1".

Expected: "hey there 0", "hey there 1", "hey there 2", "hey there 3".
Open the page on Firefox or Chrome, and witness the expected behavior.

I'm marking this as "Major" rather than "Critical" only because there is a workaround thanks to document.write.

-- 
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/20230202/16efc302/attachment-0001.htm>


More information about the webkit-unassigned mailing list