2 Replies Latest reply on May 16, 2008 12:13 PM by supernovasoftware.com

    rich:calendar render bug

    tom_goring

      Hi,

      The rich:calendar does not display correctly when it needs to overlay another rich panel. Is there a workaround?

      Firefox / richfaces 3.2.0

      E.g.

      http://picbite.com/11185xgtkik/

      Here is my test page:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:ui="http://java.sun.com/jsf/facelets"
       xmlns:h="http://java.sun.com/jsf/html"
       xmlns:f="http://java.sun.com/jsf/core"
       xmlns:rich="http://richfaces.org/rich"
       >
      <body>
      
       <rich:simpleTogglePanel label="Calendar Bug">
      
       <rich:calendar></rich:calendar>
      
       </rich:simpleTogglePanel>
      
       <rich:simpleTogglePanel label="Calendar Bug">
      
       <rich:calendar></rich:calendar>
      
       </rich:simpleTogglePanel>
      
      </body>
      </html>
      
      
      


      Thanks

      Tom