Incorrect inputCalendar position when placed in DIV tag with position: absolute;
--------------------------------------------------------------------------------
Key: MYFACES-1068
URL: http://issues.apache.org/jira/browse/MYFACES-1068
Project: MyFaces
Type: Bug
Components: Tomahawk
Versions: 1.1.1, Nightly
Reporter: Pawel Koloszko
On my page I have something like that
<t:div id="pageBody" styleClass="pageBody">
<t:inputCalendar id="dataUrodzenia" renderAsPopup="true"/>
</t:div>
pageBodyClass is:
div.pageBody {
position: absolute;
top: 80px;
left: 165px;
bottom: 25px;
width: 635px;
height: 400px;
}
With such layuot popupCalendar is not rendered next to inputCalendar button as
it should.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira