- 
    Type:Bug 
- 
    Resolution: Cannot Reproduce
- 
    Priority:Major 
- 
    None
- 
    Affects Version/s: 6.5.1
- 
    Component/s: Components
- 
    Environment:Ubuntu, Myeclipse, new Ipad 
- 
        None
When the datebox is inside an iframe and the selector is clicked nothing happens.
minimal example:
ZUL page:
<?page title="2"?>
<window title="Hello World!!" border="normal" width="200px">
<datebox></datebox>
</window>
HTML:
<html>
<body>
<iframe width="100%" scrolling="auto" height="100%" frameborder="0"
			src="http://ttidesaord020:8080/Adaptacionipad/index.zul" name="contenido"
			z_xsrc="http://ttidesaord020:8080/Adaptacionipad/index.zul">
	</body>
</html>
