Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1575 by felix8a: document height is wrong
http://code.google.com/p/google-caja/issues/detail?id=1575
in the playground:
<div style="position:absolute">
1<br>2<br>3<br>4<br>5<br>6
</div>
hello
the guest document height is only the height of the "hello", so the list of
numbers is cut off. among other things, this messes up in-page popups like
dialog boxes and menus.
the playground doesn't have
.caja-vdoc-wrapper { height: 100%; }
but adding that doesn't fix the problem