Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.6DR#3
-
Fix Version/s: 1.7
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Tested environment: Linux, Liferay/Tomcat 4.3, Firefox 2.0
Description
Using a simple ICEfaces Chart Portlet the actual Portlet space given by the Portal seems to be smaller than the image contained inside the Portlet. Adding the width and height attributes with the correct values (I hardcoded it to test it) seems to solve this problem.
Initially the width and height attributes were being set on the img element of the inputChart component. However, when this image was dynamically being changed it showed some "flickering" when using Internet Explorer. It was decided to move the width and height attributes to the td element instead to resolve this IE-specific issue.
To solve the Portlet-related issue the width and height attributes are now being set on both the img and td elements.