Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE, SSL/https configuration
Description
Looks like the iframe being used to back the popup panel to prevent form controls from bleeding through the popup panel in IE is throwing a security exception when HTTPS is being used.
Typically this is a result of the iframe not having a valid "src=" attribute, it must load a document (can be a blank document) from a valid URL.
Typically this is a result of the iframe not having a valid "src=" attribute, it must load a document (can be a blank document) from a valid URL.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Fix Version/s | 1.7DR#3 [ 10112 ] | |
Assignee Priority | P1 | |
Assignee | Mircea Toma [ mircea.toma ] | Adnan Durrani [ adnan.durrani ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15243 | Sun Nov 25 12:18:28 MST 2007 | adnan.durrani | Fix for |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15244 | Sun Nov 25 12:33:46 MST 2007 | adnan.durrani | Backporting the fix for |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.6.3 [ 10120 ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
We need to ensure that the popup iframe uses a src attribute that loads the blank.html document using the correct URL.
We should apply a fix to the icefaces-1.6 branch as well as to the icefaces trunk.
Note that there are changes in the trunk to support multiple modal panelPopups on a single page (one per portlet) that will need to be considered when determine the correct URL/context for the blank.html request in the iframe.