Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Workaround Exists:Yes
-
Workaround Description:Use the visible attribute to show/hide the popup
Description
-
Hide
- Case8375Example.war
- 6.13 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../example/TestBean.class 1.0 kB
- WEB-INF/faces-config.xml 0.5 kB
- WEB-INF/lib/FastInfoset.jar 285 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-discovery.jar 75 kB
- WEB-INF/lib/commons-el.jar 110 kB
- WEB-INF/lib/commons-fileupload.jar 56 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 1.93 MB
- WEB-INF/lib/icefaces.jar 1.06 MB
- WEB-INF/lib/jsf-api.jar 356 kB
- WEB-INF/lib/jsf-impl.jar 778 kB
- WEB-INF/lib/jstl.jar 20 kB
- WEB-INF/web.xml 3 kB
- index.jsp 0.1 kB
- main.jspx 3 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Test case that has two commandButtons. Button #1 opens a popup in the same form. Button #2 opens a popup in a different form.
Fixed.
Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelpopup\PanelPopup.java
Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\panelpopup\PanelPopup.java
Completed: At revision: 18973
It's still doesn't work.
Cascaded modal popups are rendered without background iframe (or background frame is disabled by js?)
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.
Case8375Example.war working correctly now but problem described by me is silmilar and was moved to ICE-4734
I've tested with the trunk (Rev. 18953) and also adding the fix for
ICE-4475to ICEfaces 1.8.1