[
http://jira.jboss.com/jira/browse/RF-3073?page=comments#action_12408831 ]
Susanne Jarl commented on RF-3073:
----------------------------------
The livedemo does work. The problem appears if you put the rich tab in a div with style
position:relative
Here is some sample code that don't work in IE7 as described. When you resize the
browser window, the rich tabs disappears. This works fine in Firefox.
<?xml version="1.0" encoding="UTF-8" ?>
<html
xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
<head>
<style type="text/css">
#myClass {
position:relative;
}
</style>
</head>
<body>
<div id="myClass">
<rich:tabPanel>
<rich:tab label="test">
Hello
</rich:tab>
</rich:tabPanel>
</div>
</body>
</html>
RichTabs disappear when resizing window in Internet Explorer
-------------------------------------------------------------
Key: RF-3073
URL:
http://jira.jboss.com/jira/browse/RF-3073
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Windows XP, Seam 2.0.1, Internet Explorer 7
Reporter: Susanne Jarl
When resizing the Internet Explorer 7 browser window the rich:tabs disappear.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira