You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Peter Mahoney (JIRA)" <de...@myfaces.apache.org> on 2006/09/28 12:56:54 UTC

[jira] Commented: (TOMAHAWK-128) Incorrect inputCalendar position when placed in DIV tag with position: absolute;

    [ http://issues.apache.org/jira/browse/TOMAHAWK-128?page=comments#action_12438400 ] 
            
Peter Mahoney commented on TOMAHAWK-128:
----------------------------------------

A revision to the change applied has been added to TOMAHAWK-712.

> Incorrect inputCalendar position when placed in DIV tag with position: absolute;
> --------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-128
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-128
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Calendar
>            Reporter: Pawel Koloszko
>         Assigned To: Martin Marinschek
>             Fix For: 1.1.4-SNAPSHOT
>
>         Attachments: popcalendar.js.diff
>
>
> 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