Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: 1.8.2-EE-GA_P01, 1.8.3
-
Component/s: None
-
Labels:None
-
Environment:Icefaces rev 19313
-
Workaround Exists:Yes
-
Workaround Description:
Description
Fix for ICE-4674 was not backward compatibile.
Complex pageswith collapisble panel shows unexpected bottom scrollbar in IE browsers .
The problem is in line 79 of PanelCollapsibleRenderer.java (updated with revision 19313 ) with content
div.setAttribute(HTML.STYLE_ATTR, "padding:1px;background-image:none;width:100%;");
'padding 0px' resolve scrollbars problem.
Complex pageswith collapisble panel shows unexpected bottom scrollbar in IE browsers .
The problem is in line 79 of PanelCollapsibleRenderer.java (updated with revision 19313 ) with content
div.setAttribute(HTML.STYLE_ATTR, "padding:1px;background-image:none;width:100%;");
'padding 0px' resolve scrollbars problem.
Issue Links
- depends on
-
ICE-4674 Add focus support to the panelCollapsible component
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Suggested change applied.
Revision: 20896
Modified : /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelcollapsible/PanelCollapsibleRenderer.java
Revision: 20897
Modified : /icefaces-ee/branches/icefaces-ee-1.8.2/icefaces/component/src/com/icesoft/faces/component/panelcollapsible/PanelCollapsibleRenderer.java