Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7, 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: None
-
Labels:None
-
Environment:any
-
Support Case References:
-
Workaround Exists:Yes
-
Workaround Description:A quick workaround is to wrap ice:panelPopup with a 'div' with an ID attribute.
Description
In the listener method of the attached test case a custom thread is initiated which has a sleep time of 1 sec. When the user clicks on the launch button on the jsp page the popup will be rendered, but not be closed after this period of time. If the sleep time is set to 3 secs instead it will be properly closed after this time.
-
Hide
- Test_ServerInitiatedRender.war
- 6.50 MB
- Michael Thiem
-
- META-INF/MANIFEST.MF 0.0 kB
- WEB-INF/classes/test/TestBean$1.class 0.8 kB
- WEB-INF/classes/test/TestBean.class 2 kB
- WEB-INF/faces-config.xml 1 kB
- WEB-INF/html_basic.tld 244 kB
- WEB-INF/jsf_core.tld 25 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 115 kB
- WEB-INF/lib/commons-collections.jar 165 kB
- WEB-INF/lib/commons-digester.jar 139 kB
- WEB-INF/lib/commons-fileupload.jar 87 kB
- WEB-INF/lib/commons-logging.jar 31 kB
- WEB-INF/lib/el-api.jar 24 kB
- WEB-INF/lib/el-ri.jar 97 kB
- WEB-INF/lib/icefaces-comps.jar 1.70 MB
- WEB-INF/lib/icefaces-facelets.jar 593 kB
- WEB-INF/lib/icefaces.jar 958 kB
- WEB-INF/lib/jsf-api.jar 351 kB
- WEB-INF/lib/jsf-impl.jar 669 kB
- WEB-INF/lib/jstl.jar 21 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/lib/standard.jar 385 kB
- WEB-INF/lib/xercesImpl.jar 1.15 MB
- WEB-INF/lib/xml-apis.jar 190 kB
- WEB-INF/web.xml 7 kB
- home.xhtml 2 kB
- index.jsp 0.4 kB
- xmlhttp/css/royale/css-images/add.gif 0.1 kB
- xmlhttp/css/.../css-images/arrow-ff-dis.gif 0.9 kB
- xmlhttp/css/.../css-images/arrow-ff.gif 0.2 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Pick any updates that might be generated in between bridge re-initialization.
Show
Mircea Toma
added a comment - Pick any updates that might be generated in between bridge re-initialization.
Issue description:
- update for 'body' element generated
- bridge notified about updated view
- bridge gets update
- new async. update triggered
- bridge notified about new update
- bridge instance disposed
- new bridge instance created by the javascript included in the update
- new bridge misses notification about view updates because previous instance got the notification
Show
Mircea Toma
added a comment - Issue description:
update for 'body' element generated
bridge notified about updated view
bridge gets update
new async. update triggered
bridge notified about new update
bridge instance disposed
new bridge instance created by the javascript included in the update
new bridge misses notification about view updates because previous instance got the notification
Fix iframe lookup for Firefox. Disable lookup on shutdown.
Show
Mircea Toma
added a comment - Fix iframe lookup for Firefox. Disable lookup on shutdown.
tested on tomcat 5.5.23