Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: Bridge, Framework, ICE-Components
-
Labels:None
-
Environment:portal portlet ie7 ie6
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:
Description
A forum poster submitted a test case that showed the calendar popup icon disappearing in IE when navigating between different views. I delved down a bit and it seems that it may be a more general problem with CSS getting "lost" as you navigate.
Activity
Deryk Sinotte
created issue -
Deryk Sinotte
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | calendar_icon.zip [ 11107 ] |
Deryk Sinotte
made changes -
Attachment | ie7 calendar 1.png [ 11108 ] | |
Attachment | ie7 calendar 2.png [ 11109 ] | |
Attachment | ie7 calendar 3.png [ 11110 ] |
Deryk Sinotte
made changes -
Assignee | Adnan Durrani [ adnan.durrani ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Assignee Priority | P2 |
Attachment | ICE-3277.war [ 11216 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Adnan Durrani
made changes -
Attachment | ICE-3277-html-demo.zip [ 11227 ] |
Deryk Sinotte
made changes -
Assignee | Adnan Durrani [ adnan.durrani ] | Mircea Toma [ mircea.toma ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Mircea Toma
made changes -
Attachment | ICE-3277-html-demo-updated.zip [ 11254 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Invalid [ 6 ] |
Mircea Toma
made changes -
Workaround Description | By moving ice:outputStyle declaration right before closing ice:portlet tag the background image is reloaded when navigating back to page1. | |
Workaround Exists | [Yes] |
Mircea Toma
made changes -
Workaround Description | By moving ice:outputStyle declaration right before closing ice:portlet tag the background image is reloaded when navigating back to page1. |
When ice:outputStyle is contained by elements other than HEAD, BODY, or FORM moving the declaration right before closing the tag the background image is rendered properly when navigating back to page1. Example: <ice:portlet> ...... ...... <ice:outputStyle href="..."/> <ice:portlet> |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Mircea Toma [ mircea.toma ] |
Simplified test case (minus the lib directory) that can be run as a web app or portlet
1) Build and deploy as a web app or portlet.
2) Point browser at host:port/calendar_icon/page1.iface
3) Click the button to navigate to page 2
4) Click the button to navigate back to page 1
In IE, when you get back to page 1, the calendar icon is missing and the style of the heading text is no longer correct (back to the default).