Bug 18740

Summary: Java Applets disregard their container's z-order
Product: WebKit Reporter: Joshua <admin>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Major CC: capaldipeter
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test 1
none
Test 2
none
Test 3 none

Description Joshua 2008-04-25 06:52:26 PDT
Applets draw themselves on top of other iframes. It seems
like iframe ordering problem. Once iframes are stacked up in the document while
being created, dynamically setting their z-order is not reflected to their java
applet children. There are some test cases and I will also attach them to this
bug. I heard there is a new layout handler, I just wanted to remind you all
about this bug.



Reproducible: Always

Steps to Reproduce:
1.Test the test cases
2.
3.
Actual Results:  
Applets draw themselves on top of other iframes with higher z-order value.

Expected Results:  
Applet should remain in their parent iframe and must be clipped accordingly
Comment 1 Joshua 2008-04-25 06:53:16 PDT
Created attachment 20816 [details]
Test 1
Comment 2 Joshua 2008-04-25 06:53:55 PDT
Created attachment 20817 [details]
Test 2
Comment 3 Joshua 2008-04-25 06:54:21 PDT
Created attachment 20818 [details]
Test 3
Comment 4 Deirdre Saoirse Moen 2008-06-06 18:06:29 PDT
rdar://5989580