Opening a Calendar popup in a popupPanel that is too small results in 
scrollbars being rendered
-----------------------------------------------------------------------------------------------

                 Key: RF-10572
                 URL: https://issues.jboss.org/browse/RF-10572
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input, component-panels-layout-themes
    Affects Versions: 4.0.0.Milestone6
         Environment: Tomcat 7.0.6, MyFaces 2.0.4, RichFaces 4.0.0-SNAPSHOT
            Reporter: Marc-Christian Schroeer
            Priority: Minor


I try to use a rich:calendar component within a rich:popupPanel. Regardless of 
how I set the scrollable, movable or other attributes, everytime the calendar 
is shown, the browser displays scrollbars as the calendar's table does not fit 
into the dialog's boundaries.

A workaround for me is to override the "overflow" attributes in the 
"rf-pp-cnt-scrlr" style class with "overflow: visible;" using some css code 
like:

#addEditMemberAbsenceDialog_content_scroller.rf-pp-cnt-scrlr {
  overflow: visible !important;
}

but there should be an easier way to get around this problem.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to