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

Joshua
Reported 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
Attachments
Test 1 (1.64 KB, application/x-zip-compressed)
2008-04-25 06:53 PDT, Joshua
no flags
Test 2 (1.94 KB, application/x-gzip)
2008-04-25 06:53 PDT, Joshua
no flags
Test 3 (1.97 KB, application/x-zip-compressed)
2008-04-25 06:54 PDT, Joshua
no flags
Joshua
Comment 1 2008-04-25 06:53:16 PDT
Joshua
Comment 2 2008-04-25 06:53:55 PDT
Joshua
Comment 3 2008-04-25 06:54:21 PDT
Deirdre Saoirse Moen
Comment 4 2008-06-06 18:06:29 PDT
Note You need to log in before you can comment on or make changes to this bug.