Hi!

I'm using the chenillekit window to display a form wrapped in a zone inside
the window. When I put a ck/DateTimeField inside the form, the datepicker is
hidden behind the window. I can see it when I drag the window away. See the
code below. I haven't checked if the zone part is relevant, I think not. My
hunch is that this is related to the window having a higher z-index than the
datepicker.

The default T5 dateField datepicker works, by the way, it displays correctly
on top of the CK window.




<div t:type="ck/Window">

  <t:zone id="formZone">

    <t:form zone="formZone">

<input type="text" t:type="ck/DateTimeField" value="myDate"
datePattern="dd.MM.yyyy"/>

</t:form>

</t:zone>

</div>

Reply via email to