[
https://issues.jboss.org/browse/RF-8543?page=com.atlassian.jira.plugin.sy...
]
Brian Leathem updated RF-8543:
------------------------------
Description:
{code}
<ui:composition>
<div style="height: 200px; overflow-y: auto; width: 700px">
<div style="height: 500px">
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<rich:calendar direction="auto" jointPoint="auto"
/>
</div>
</div>
</ui:composition>
{code}
was:
<ui:composition>
<div style="height: 200px; overflow-y: auto; width: 700px">
<div style="height: 500px">
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<rich:calendar direction="auto" jointPoint="auto" />
</div>
</div>
</ui:composition>
Calendar position is incorrect inside scrollable element
--------------------------------------------------------
Key: RF-8543
URL:
https://issues.jboss.org/browse/RF-8543
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 3.3.2.SR1
Reporter: Andrei Markavtsov
Fix For: 3.Future
Attachments: calendardirection.JPG, screenshot-1.jpg
{code}
<ui:composition>
<div style="height: 200px; overflow-y: auto; width: 700px">
<div style="height: 500px">
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<rich:calendar direction="auto" jointPoint="auto"
/>
</div>
</div>
</ui:composition>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira