Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Icefaces from trunk rev 19035
Description
My case.
One jspx with few modal popups included. Each are rendererd on demand.
First I render and enable one then on button command I render second on top. This second popup is without iframe and bottom popup is accesiible for editing.
-
Hide
- case.zip
- 5.69 MB
- Krashan Brahmanjara
-
- case/index.jsp 0.1 kB
- case/main.jspx 3 kB
- case/META-INF/context.xml 0.1 kB
- case/META-INF/MANIFEST.MF 0.1 kB
- case/WEB-INF/.../example/TestBean.class 1.0 kB
- case/WEB-INF/faces-config.xml 0.5 kB
- case/.../backport-util-concurrent.jar 319 kB
- case/WEB-INF/lib/commons-beanutils.jar 226 kB
- case/WEB-INF/lib/commons-collections.jar 558 kB
- case/WEB-INF/lib/commons-digester.jar 140 kB
- case/WEB-INF/lib/commons-discovery.jar 75 kB
- case/WEB-INF/lib/commons-el.jar 110 kB
- case/WEB-INF/lib/commons-fileupload.jar 56 kB
- case/WEB-INF/lib/commons-lang.jar 240 kB
- case/WEB-INF/lib/commons-logging.jar 52 kB
- case/WEB-INF/lib/FastInfoset.jar 285 kB
- case/WEB-INF/.../icefaces-1.8.1-rev19035.jar 1.11 MB
- case/.../icefaces-comps-1.8.1-rev19035.jar 1.93 MB
- case/WEB-INF/lib/jsf-api.jar 356 kB
- case/WEB-INF/lib/jsf-impl.jar 778 kB
- case/WEB-INF/lib/jstl.jar 20 kB
- case/WEB-INF/web.xml 3 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
I checked some older version of Icefaces 9since rev. 17324. It never worked correctly.
After some investigation i see that part of this problem is an z-index attribute.
If user got few modalPopups and try to display them in cascade then new rendered popup got
iframe and div with the same z-index attribute like modal in background - this value should be incremented.
If user try to assign z-index attribute to modalPopup this attribute is ignored ant can't be changed.
The same and partially fixed in ICE-4685
Fixed before rev.19147
The same problem exists in our project and is still reproducible with ICEfaces 1.8.2-RC1.
Same for me. The modal background is not shown with the environment described at http://jira.icefaces.org/browse/ICE-4595 using IceFaces 1.8.2.
Problem was solved about two months ago with refactoring of z-index attribute.
Works correct on Icefaces from trunk version 19142.
Try this version.
Test case based on code from
ICE-4595