Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P07, EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P03, EE-1.8.2.GA_P08
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13081 - https://icesoft.my.salesforce.com/5007000000otjJS
Description
When the ice:panelCollapsible header is first rendered, it renders an internal div with a padding set to 0px. When this panel is shown/expanded, this div gets an inline styling that uses a padding: 1px;. In more complex apps this simple change can cause major changes to the layout of other components.
Either this added padding needs to be removed or it needs to be set when the component is first rendered to prevent the changes in layout.
Either this added padding needs to be removed or it needs to be set when the component is first rendered to prevent the changes in layout.
Verified using component-showcase and ICEfaces 1.8.2 r43383. Tomcat 7, IE 11, Chrome 38, FF 33 DOM inspections.