[richfaces-issues] [JBoss JIRA] (RF-8543) Calendar position is incorrect inside scrollable element
Brian Leathem (JIRA)
jira-events at lists.jboss.org
Fri Apr 26 12:33:53 EDT 2013
[ https://issues.jboss.org/browse/RF-8543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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
More information about the richfaces-issues
mailing list