Bug 18740 - Java Applets disregard their container's z-order
Summary: Java Applets disregard their container's z-order
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-04-25 06:52 PDT by Joshua
Modified: 2021-08-02 11:21 PDT (History)
1 user (show)

See Also:


Attachments
Test 1 (1.64 KB, application/x-zip-compressed)
2008-04-25 06:53 PDT, Joshua
no flags Details
Test 2 (1.94 KB, application/x-gzip)
2008-04-25 06:53 PDT, Joshua
no flags Details
Test 3 (1.97 KB, application/x-zip-compressed)
2008-04-25 06:54 PDT, Joshua
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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