Details
Description
noted in the forum: http://www.icefaces.org/JForum/posts/list/2946.page
ifaces apps aren't functioning correctly through iframes.
"Hello everybody,
first congrats to ice faces. We're using ADF Faces atm but some of the
components are quite impressive, so I'll take a closer look the next few weeks
^_^ I love those pop-ups, really :-)
I noticed an interesting glitch in ice faces that happens only in internet
explorer and only if the ice faces site is displayed in an iframe.
Create a html with the following content:
Code:
<html>
<head>
<title>
IFrame Test
</title>
</head>
<body>
<a href="http://component-showcase.icefaces.org/component-showcase/"
target="test">Show test</a><br>
<a href="http://www.google.de" target="test">Google</a><br>
<iframe src="http://www.icefaces.org" width="800" height="600" name="test">
</iframe>
</body>
</html>
If you open the file in a new internet explorer and click "Show test" the
component suite showcase is displayed. Everyon any item results in the status
monitor going active and then broken after about half a minute.
I could solve this by clicking the other link and then the original one.
Everything works fine then.
I could reproduce this error on several machines, but only in internet explorer
- no problem in firefox (of course?).
Any ideas?
Keep up the great work!
Greetz,
Mathias"
ifaces apps aren't functioning correctly through iframes.
"Hello everybody,
first congrats to ice faces. We're using ADF Faces atm but some of the
components are quite impressive, so I'll take a closer look the next few weeks
^_^ I love those pop-ups, really :-)
I noticed an interesting glitch in ice faces that happens only in internet
explorer and only if the ice faces site is displayed in an iframe.
Create a html with the following content:
Code:
<html>
<head>
<title>
IFrame Test
</title>
</head>
<body>
<a href="http://component-showcase.icefaces.org/component-showcase/"
target="test">Show test</a><br>
<a href="http://www.google.de" target="test">Google</a><br>
<iframe src="http://www.icefaces.org" width="800" height="600" name="test">
</iframe>
</body>
</html>
If you open the file in a new internet explorer and click "Show test" the
component suite showcase is displayed. Everyon any item results in the status
monitor going active and then broken after about half a minute.
I could solve this by clicking the other link and then the original one.
Everything works fine then.
I could reproduce this error on several machines, but only in internet explorer
- no problem in firefox (of course?).
Any ideas?
Keep up the great work!
Greetz,
Mathias"
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
| Field | Original Value | New Value |
|---|---|---|
| issue.field.bugzillaimportkey | 1073 | 12322 |
| Priority | Major [ 3 ] | Critical [ 2 ] |
| Fix Version/s | 1.6DR#4 [ 10060 ] | |
| Fix Version/s | 1.6 [ 10031 ] | |
| Assignee Priority | P1 |
| Assignee | Ted Goddard [ ted.goddard ] | Mircea Toma [ mircea.toma ] |
| Assignee | Mircea Toma [ mircea.toma ] | Philip Breau [ philip.breau ] |
| Assignee | Philip Breau [ philip.breau ] | Arran McCullough [ amccullough ] |
| Assignee | Arran McCullough [ amccullough ] | Mircea Toma [ mircea.toma ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Won't Fix [ 2 ] |
| Workaround Description |
When the iframe and the included web-application are served from different domains IE will block the web-application from setting any cookies ("third-party cookies" how they call them). An icon in IE's status bar will show the blocked cookies. This issue can be fixed changing the IE's privacy level (Tools>Intenet Options>Privacy>Accept All Cookies) or serve the iframe and the web-application from the same domain.\ Another solution would be to have a P3P descriptor. See http://www.oreillynet.com/lpt/a/2766 . |
|
| Workaround Exists | [Yes] |
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 | |
| Assignee | Mircea Toma [ mircea.toma ] |