-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
6.5.1
-
Ubuntu, Myeclipse, new Ipad
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>