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.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13718 | Wed May 02 14:34:22 MDT 2007 | jack.van.ooststroom | Fix for |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
Fix Version/s | 1.6DR#4 [ 10060 ] | |
Affects Version/s | 1.6DR#3 [ 10050 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13729 | Wed May 02 17:02:55 MDT 2007 | jack.van.ooststroom | Undo fix for |
Files Changed | ||||
![]() |
Fix Version/s | 1.6 [ 10031 ] | |
Fix Version/s | 1.6DR#4 [ 10060 ] |
Fix Version/s | 1.7 [ 10080 ] | |
Fix Version/s | 1.6 [ 10031 ] |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Won't Fix [ 2 ] |
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.