]
Nick Belaevski updated RF-10572:
--------------------------------
Fix Version/s: 4.0.0.CR1
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
Assignee: Pavel Yaschenko
Priority: Minor
Fix For: 4.0.0.CR1
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: