Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.2-EE-GA, 1.8.2-EE-GA_P01
-
Fix Version/s: 1.8.2-EE-GA_P02
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Firefox
-
Workaround Exists:Yes
-
Workaround Description:Use a fixed px value for the height
Description
When an outputMedia component is rendered in a panelTabSet the outputMedia object does not display to the full height when using 100% value. This works in IE but not Firefox.
-
Hide
- Case9132Example3.war
- 6.81 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/faces-config.xml 0.3 kB
- WEB-INF/lib/FastInfoset.jar 285 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-fileupload.jar 56 kB
- WEB-INF/lib/commons-logging.jar 30 kB
- WEB-INF/lib/icefaces-comps.jar 1.95 MB
- WEB-INF/lib/icefaces.jar 1.19 MB
- WEB-INF/lib/jsf-api.jar 352 kB
- WEB-INF/lib/jsf-impl.jar 822 kB
- WEB-INF/lib/jstl.jar 20 kB
- WEB-INF/lib/jxl.jar 708 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 3 kB
- css/style.css 0.0 kB
- index.jsp 0.1 kB
- main.jspx 2 kB
- resources/ICEfaces_Flash.swf 84 kB
-
- Case9132Example3.zip
- 100 kB
- Arran Mccullough
-
- screenshot-3.png
- 117 kB
-
- screenshot-4.png
- 77 kB
-
- screenshot-5.png
- 77 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Replace the media object with some simple text and we have the same display discrepancies. See screenshot-4 (IE8 standards mode) and screenshot-5 (IE8 quirks mode). Therefore, it is not a problem with the outputMedia component but a problem with the tabset component. It also further highlights the larger height as the abnormal case, not the lesser height.
Show
yip.ng
added a comment - Replace the media object with some simple text and we have the same display discrepancies. See screenshot-4 (IE8 standards mode) and screenshot-5 (IE8 quirks mode). Therefore, it is not a problem with the outputMedia component but a problem with the tabset component. It also further highlights the larger height as the abnormal case, not the lesser height.
This cannot be supported with the current table-based renderer. The new IF 2.0 Tab components will support this, however.
Actually, it is displayed with lesser height in IE as well, in IE8 standards mode. Only in IE8 quirks mode does it display in larger height. So in this case, the larger height is probably the abnormal case, not the lesser height.