You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "HIS GmbH (JIRA)" <de...@myfaces.apache.org> on 2007/01/19 13:58:29 UTC

[jira] Created: (TOMAHAWK-867) Calendar popup button is rendered outside of enclosing div's

Calendar popup button is rendered outside of enclosing div's
------------------------------------------------------------

                 Key: TOMAHAWK-867
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-867
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Calendar
    Affects Versions: 1.1.3
         Environment: windows, java 1.5, myfaces core 1.1.4, facelets 1.1.11
            Reporter: HIS GmbH
            Priority: Minor


<div class="row">
  <div class="right">
    <input
	id="dateOfBirth"
	jsfc="t:inputCalendar"
	type="date"
	renderAsPopup="true"
	renderPopupButtonAsImage="true"
	value="#{person.dateOfBirth}" />
  </div>
</div>

results in

<div class="row">
  <div class="right">
    <input id="applicant:person:dateOfBirth" type="text" name="applicant:person:dateOfBirth" onfocus="selectText('null',
      'applicant:person:dateOfBirth')" onclick="selectText('null', 'applicant:person:dateOfBirth')" value=""/>
    <span id="applicant:person:dateOfBirthSpan"></span>
  </div>
</div>

<img onclick="applicant_3Aperson_3AdateOfBirthCalendarVar._popUpCalendar(this,document.getElementById('applicant:person:dateOfBirth'),'dd.MM.yy')" style="vertical-align: bottom;" src="/qisserver/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11692005/calendar.HtmlCalendarRenderer/images/calendar.gif"/>
<div class="fehlermeldung"/>

which breaks our layout...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira