Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2, 1.7Beta1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE 6
Description
From Ryan Dawson:
ICE-2065 had been marked as closed but the fix arrived at was not adequate. selectInputText is still causing the secure and nonsecure items warning in IE6. This is because it uses an iframe with a src attribute set to an invalid url (it contains a double forward-slash - '//').
The fix is a small change to line 4931 of ice-extras.js.
"src=\""+configuration.connection.context+"/xmlhttp/blank\"
Should be:
"src=\""+configuration.connection.context+"xmlhttp/blank\"
The fix is a small change to line 4931 of ice-extras.js.
"src=\""+configuration.connection.context+"/xmlhttp/blank\"
Should be:
"src=\""+configuration.connection.context+"xmlhttp/blank\"
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Assignee | Yip Ng [ yip.ng ] |
Attachment | ScreenHunter_02.jpg [ 10871 ] |
Description |
" |
From Ryan Dawson: The fix is a small change to line 4931 of ice-extras.js. "src=\""+configuration.connection.context+"/xmlhttp/blank\" Should be: "src=\""+configuration.connection.context+"xmlhttp/blank\" |
Attachment | screenshot-1.jpg [ 10872 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.7 [ 10080 ] | |
Fix Version/s | 1.6.3 [ 10120 ] | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.7RC1 [ 10123 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Yip Ng [ yip.ng ] |